Udostępnij przez


IMyWorkbook.Kind Property

Definition

The kind of workbook. Choices are user and shared.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleter(new System.String[] { "user", "shared" })]
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The kind of workbook. Choices are user and shared.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleter(new System.String[] { "user", "shared" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The kind of workbook. Choices are user and shared.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes

Applies to