Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.