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(IsRequired := True)> _
Public Property MemberType As Nullable(Of MemberType)
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As Nullable(Of MemberType)
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute(IsRequired = true)]
public Nullable<MemberType> MemberType { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property Nullable<MemberType> MemberType {
Nullable<MemberType> get ();
void set (Nullable<MemberType> value);
}
[<DataMemberAttribute(IsRequired = true)>]
member MemberType : Nullable<MemberType> with get, set
function get MemberType () : Nullable<MemberType>
function set MemberType (value : Nullable<MemberType>)
Property Value
Type: System.Nullable<MemberType>
Leaf, Parent or Collection members. MemberType is optional if the entity globally unique identifier (GUID) is specified.