Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the user IDs.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Identifier As Identifier
Get
Set
'Usage
Dim instance As User
Dim value As Identifier
value = instance.Identifier
instance.Identifier = value
[DataMemberAttribute]
public Identifier Identifier { get; set; }
[DataMemberAttribute]
public:
property Identifier^ Identifier {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute>]
member Identifier : Identifier with get, set
function get Identifier () : Identifier
function set Identifier (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.