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 identifier of the member type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MemberTypeId As Nullable(Of MemberType)
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Nullable(Of MemberType)
value = instance.MemberTypeId
instance.MemberTypeId = value
[DataMemberAttribute]
public Nullable<MemberType> MemberTypeId { get; set; }
[DataMemberAttribute]
public:
property Nullable<MemberType> MemberTypeId {
Nullable<MemberType> get ();
void set (Nullable<MemberType> value);
}
[<DataMemberAttribute>]
member MemberTypeId : Nullable<MemberType> with get, set
function get MemberTypeId () : Nullable<MemberType>
function set MemberTypeId (value : Nullable<MemberType>)
Property Value
Type: System.Nullable<MemberType>
The identifier of the member type.
See Also
Reference
ValidationSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace