共用方式為


SetWorkspaceAdministratorsRequest.Administrators Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="administrators")]
public System.Collections.Generic.IList<Guid?> Administrators { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="administrators")>]
member this.Administrators : System.Collections.Generic.IList<Nullable<Guid>> with get, set
Public Property Administrators As IList(Of Nullable(Of Guid))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to