ResourceLockManagementCmdletBase.LockId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Id of the lock.
[System.Management.Automation.Alias(new System.String[] { "Id", "ResourceId" })]
[System.Management.Automation.Parameter(HelpMessage="The Id of the lock.", Mandatory=true, ParameterSetName="ByLockId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string LockId { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "Id", "ResourceId" })>]
[<System.Management.Automation.Parameter(HelpMessage="The Id of the lock.", Mandatory=true, ParameterSetName="ByLockId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.LockId : string with get, set
Public Property LockId As String
Property Value
- Attributes