The id of the list. Optional.
Will appear in the html output, so the list can be referenced.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ID { get; set; }
Public Property ID As String
Get
Set
public:
property String^ ID {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also