共用方式為


ADGroup.Mail Property

Definition

Gets or sets the primary email address of the group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to