UserPrincipal.GivenName 屬性

定義

取得或設定使用者主體的名字。

public:
 property System::String ^ GivenName { System::String ^ get(); void set(System::String ^ value); };
public string GivenName { get; set; }
member this.GivenName : string with get, set
Public Property GivenName As String

屬性值

使用者主體的名字。

例外狀況

基礎存放區不支援這個屬性。

適用於