共用方式為


SID 屬性

Gets or sets the SID of the group from Windows.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property SID As String
    Get
    Set
'用途
Dim instance As Group
Dim value As String

value = instance.SID

instance.SID = value
[DataMemberAttribute]
public string SID { get; set; }
[DataMemberAttribute]
public:
property String^ SID {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member SID : string with get, set
function get SID () : String
function set SID (value : String)

屬性值

型別:System. . :: . .String
A string representing the SID.