User.Identifier Property

 

Gets or sets the user identifier.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public Identifier Identifier { get; set; }
public:
[DataMemberAttribute]
property Identifier^ Identifier {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member Identifier : Identifier with get, set
<DataMemberAttribute>
Public Property Identifier As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The user identifier.

See Also

User Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top