Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the ID of the associated member.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MemberType As MemberType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.MemberType
One of the values of MemberType. Possible values are Collection, CollectionMember, Consolidated, Hierarchy, Leaf, and NotSpecified.