다음을 통해 공유


ResourceType.PropertiesDeclaredOnThisType 속성

정의

이 형식에 선언된 속성 목록입니다.

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

속성 값

ReadOnlyCollection<T>ResourceProperty입니다.

적용 대상