Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the ID of the associated member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MemberType As MemberType
Get
Set
'Usage
Dim instance As Transaction
Dim value As MemberType
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute]
public MemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property MemberType MemberType {
MemberType get ();
void set (MemberType value);
}
[<DataMemberAttribute>]
member MemberType : MemberType with get, set
function get MemberType () : MemberType
function set MemberType (value : MemberType)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.MemberType
One of the values of MemberType. Possible values are Collection, CollectionMember, Consolidated, Hierarchy, Leaf, and NotSpecified.