Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a complex type data response returned to describe the EntityMembers resultset that is returned in the same response.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property EntityMembersInformation As EntityMembersInformation
Get
Set
'Usage
Dim instance As EntityMembersGetResponse
Dim value As EntityMembersInformation
value = instance.EntityMembersInformation
instance.EntityMembersInformation = value
[MessageBodyMemberAttribute]
public EntityMembersInformation EntityMembersInformation { get; set; }
[MessageBodyMemberAttribute]
public:
property EntityMembersInformation^ EntityMembersInformation {
EntityMembersInformation^ get ();
void set (EntityMembersInformation^ value);
}
[<MessageBodyMemberAttribute>]
member EntityMembersInformation : EntityMembersInformation with get, set
function get EntityMembersInformation () : EntityMembersInformation
function set EntityMembersInformation (value : EntityMembersInformation)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.EntityMembersInformation
EntityMembersInformation.
Siehe auch
Verweis
EntityMembersGetResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace