Compartir a través de


Transaction.MemberType Propiedad

Gets or sets the ID of the associated member.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property MemberType As MemberType
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.MemberType
One of the values of MemberType. Possible values are Collection, CollectionMember, Consolidated, Hierarchy, Leaf, and NotSpecified.

Vea también

Referencia

Transaction Clase

Espacio de nombres Microsoft.MasterDataServices