Share via


Share.ShareStatus Property

Definition

Gets or sets current status of the share. Possible values include: 'Online', 'Offline'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to