ResourceType.Properties 속성

정의

기본 형식이 아닌 형식에 정의된 속성만 포함하는 이 형식으로 선언된 속성 목록을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ Properties { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> Properties { get; }
member this.Properties : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty>
Public ReadOnly Property Properties As ReadOnlyCollection(Of ResourceProperty)

속성 값

ReadOnlyCollection<T>ResourceProperty.

적용 대상