次の方法で共有


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 を表す文字列。

属性

適用対象