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 type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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>
One of the values of MemberType. Possible values are Leaf, Consolidation, Collection, CollectionMember, Hierarchy, and NotSpecified.