EntityMembersGetResponse.EntityMembersInformation Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica as informações de membros de entidade.
public:
property Microsoft::MasterDataServices::Services::DataContracts::EntityMembersInformation ^ EntityMembersInformation { Microsoft::MasterDataServices::Services::DataContracts::EntityMembersInformation ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::EntityMembersInformation ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.EntityMembersInformation EntityMembersInformation { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.EntityMembersInformation : Microsoft.MasterDataServices.Services.DataContracts.EntityMembersInformation with get, set
Public Property EntityMembersInformation As EntityMembersInformation
Valor da propriedade
As informações de membros de entidade.
- Atributos