UserPrincipal.MiddleName 屬性

定義

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

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

屬性值

使用者主體的中間名。

例外狀況

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

適用於