Propriedade do RDL SID
Gets or sets the internal security ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property SID As String
Get
Set
'Uso
Dim instance As User
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)
Valor da propriedade
Tipo: System. . :: . .String
A string that represents the ID.