共用方式為


Workbook.SharedTypeKind Property

Definition

Gets or sets enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'user', 'shared'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to