ValidationIssue.MemberId Property
Definition
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 ID of the master data member that is associated with the validation issue.
public:
property Microsoft::MasterDataServices::MemberIdentifier ^ MemberId { Microsoft::MasterDataServices::MemberIdentifier ^ get(); void set(Microsoft::MasterDataServices::MemberIdentifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.MemberIdentifier MemberId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.MemberId : Microsoft.MasterDataServices.MemberIdentifier with get, set
Public Property MemberId As MemberIdentifier
Property Value
A new instance of type MemberIdentifier.
- Attributes