BRGetCriteria.MemberType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members
Especifica el tipo de miembro.
public:
property Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType MemberType { Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BREntityMemberType value); };
[System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")]
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.BREntityMemberType MemberType { get; set; }
[<System.Obsolete("Explicit hierarchies are deprecated. Once removed, all rules will apply only to Leaf members")>]
[<System.Runtime.Serialization.DataMember>]
member this.MemberType : Microsoft.MasterDataServices.Services.DataContracts.BREntityMemberType with get, set
Public Property MemberType As BREntityMemberType
Valor de propiedad
El tipo de miembro.
- Atributos