ModuleServicePropertyID Property |
Gets the ID of the module service property.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic string ID { get; }
Public ReadOnly Property ID As String
Get
public:
property String^ ID {
String^ get ();
}
member ID : string with get
Property Value
Type:
StringThe ID of the property.
See Also