Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name/code/type of the member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberId As MemberIdentifier
Get
Set
'Usage
Dim instance As Member
Dim value As MemberIdentifier
value = instance.MemberId
instance.MemberId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberIdentifier MemberId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberIdentifier^ MemberId {
MemberIdentifier^ get ();
void set (MemberIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberId : MemberIdentifier with get, set
function get MemberId () : MemberIdentifier
function set MemberId (value : MemberIdentifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
The name/code/type of the member.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace