M-Files Vault Application Framework
C#
Show/Hide TOC
Configuration
Domain
Command
ID Property
A unique identifier for the command. Can be used to reference the command in status dashboards.
Definition
Namespace:
MFiles.VAF.Configuration.Interfaces.Domain
Assembly:
MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
C#
Copy
public
string
ID
{
get
;
set
; }
Property Value
String
Implements
IConfigurationDomainCommand
ID
See Also
Reference
ConfigurationDomainCommand Class
MFiles.VAF.Configuration.Interfaces.Domain Namespace
In This Article
Definition
Property Value
Implements
See Also