ManagementLockObject.Notes Property

Definition

Gets or sets notes about the lock. Maximum of 512 characters.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notes")]
public string Notes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notes")>]
member this.Notes : string with get, set
Public Property Notes As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to