言語

Group.SID プロパティ

定義

セキュリティ識別子(SID)を取得したり設定したりします。

public:
 property System::String ^ SID { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SID { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SID : string with get, set
Public Property SID As String

プロパティ値

SIDを表す文字列です。

属性

適用対象