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 ID of the master data member that is associated with the validation issue.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.MemberIdentifier
A new instance of type MemberIdentifier.