ModuleServicePhysicalID Property |
Gets or sets a service ID for physical representation of service.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic string PhysicalID { get; set; }
Public Property PhysicalID As String
Get
Set
public:
property String^ PhysicalID {
String^ get ();
void set (String^ value);
}
member PhysicalID : string with get, set
Property Value
Type:
String
See Also