ProvisioningPackageName Property |
Gets or sets the name of the Atomia Provisioning package.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringThe name of the package.
See Also