ResourceDescriptionShouldBeLocked Property |
Gets or sets a value indicating whether resource should be locked while operations are performed on resource.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool ShouldBeLocked { get; set; }
Public Property ShouldBeLocked As Boolean
Get
Set
public:
property bool ShouldBeLocked {
bool get ();
void set (bool value);
}
member ShouldBeLocked : bool with get, set
Property Value
Type:
BooleanRemarks This class member will not be serialized by the WCF service.
See Also