共用方式為


Share.ShareStatus Property

Definition

Gets or sets current status of the share. Possible values include: 'Offline', 'Unknown', 'OK', 'Updating', 'NeedsAttention'

[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