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

プロパティ値

ユーザー プリンシパルの姓。

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象