EntityMemberAttributesGetResponse クラス

定義

EntityMemberAttributesGetResponse 要素は、NULL または次のいずれかの複合型を返す応答です。

  • EntityMembers
  • OperationResult
public ref class EntityMemberAttributesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class EntityMemberAttributesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type EntityMemberAttributesGetResponse = class
    inherit MessageResponse
Public Class EntityMemberAttributesGetResponse
Inherits MessageResponse
継承
EntityMemberAttributesGetResponse
属性

コンストラクター

EntityMemberAttributesGetResponse()

EntityMemberAttributesGetResponse クラスの新しいインスタンスを初期化します。

プロパティ

EntityMembers

エンティティ メンバーを指定します。

OperationResult

操作結果を指定します。

(継承元 MessageResponse)

適用対象