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 member identifier of the issue.
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 ValidationIssue
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 member identifier of the issue.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace