Model.Entities 속성

정의

엔터티 배열을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Entity ^> ^ Entities { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Entity ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Entity ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Entity> Entities { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Entities : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Entity> with get, set
Public Property Entities As Collection(Of Entity)

속성 값

Entity 형식의 컬렉션입니다.

특성

적용 대상