共用方式為


Group.SID 屬性

Gets or sets the security token identifier for the user.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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
The security token identifier for the user.

請參閱

參考

Group 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間