Condividi tramite


Proprietà MemberTypeId

Gets or sets the member type.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property MemberTypeId As Nullable(Of MemberType)
    Get
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System. . :: . .Nullable< (Of < ( <'MemberType> ) > ) >
One of the values of MemberType. Possible values are Leaf, Consolidation, Collection, CollectionMember, Hierarchy, and NotSpecified.