User.Identifier Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the user IDs.
public:
property Microsoft::MasterDataServices::Identifier ^ Identifier { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Identifier Identifier { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Identifier : Microsoft.MasterDataServices.Identifier with get, set
Public Property Identifier As Identifier
A new instance of type Identifier.
- Attributes