共用方式為


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

適用於