RoleMember.Sid Property

Gets or sets the security identifier for a RoleMember object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property Sid As String 
    Get 
    Set
'Usage
Dim instance As RoleMember 
Dim value As String 

value = instance.Sid

instance.Sid = value
public string Sid { get; set; }
public:
property String^ Sid {
    String^ get ();
    void set (String^ value);
}
member Sid : string with get, set
function get Sid () : String 
function set Sid (value : String)

Property Value

Type: System.String
The session identifier.

See Also

Reference

RoleMember Class

Microsoft.AnalysisServices Namespace