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

属性值

用户主体的姓氏。

例外

基础存储不支持此属性。

适用于