ValidationSearchCriteria.MemberTypeId 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.
Specifies the type of members you want the issues for.
public:
property Nullable<Microsoft::MasterDataServices::Services::DataContracts::MemberType> MemberTypeId { Nullable<Microsoft::MasterDataServices::Services::DataContracts::MemberType> get(); void set(Nullable<Microsoft::MasterDataServices::Services::DataContracts::MemberType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.MemberType? MemberTypeId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MemberTypeId : Nullable<Microsoft.MasterDataServices.Services.DataContracts.MemberType> with get, set
Public Property MemberTypeId As Nullable(Of MemberType)
Property Value
The type of members you want the issues for.
- Attributes