UserPrincipal.Surname 屬性

定義

取得或設定使用者主體的姓氏。

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

屬性值

使用者主體的姓氏。

例外狀況

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

適用於