EntityMembersGetCriteria.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í.
Obtiene o establece el tipo de miembro.
public:
property Nullable<Microsoft::MasterDataServices::MemberType> MemberType { Nullable<Microsoft::MasterDataServices::MemberType> get(); void set(Nullable<Microsoft::MasterDataServices::MemberType> value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.MasterDataServices.MemberType? MemberType { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.MemberType : Nullable<Microsoft.MasterDataServices.MemberType> with get, set
Public Property MemberType As Nullable(Of MemberType)
Valor de propiedad
Miembros hoja, primarios o de colección. MemberType es opcional si se especifica el identificador único global de entidad (GUID).
- Atributos