ProvisioningServicePropertyIsKey Property |
Gets or sets a value indicating whether this Atomia Provisioning Service Property instance is key.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool IsKey { get; set; }
Public Property IsKey As Boolean
Get
Set
public:
property bool IsKey {
bool get ();
void set (bool value);
}
member IsKey : bool with get, set
Property Value
Type:
BooleanTrue if this instance is key; otherwise,
false.
See Also