ConfigurationDomainCommandID Property |
A unique identifier for the command.
Can be used to reference the command in status dashboards.
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
Syntaxpublic string ID { get; set; }
Public Property ID As String
Get
Set
public:
virtual property String^ ID {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringImplements
IConfigurationDomainCommandID
See Also