DataServicesSectionGroup.Features 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 DataServicesSectionGroup 关联的 DataServicesFeaturesSection 实例。
public:
property System::Data::Services::Configuration::DataServicesFeaturesSection ^ Features { System::Data::Services::Configuration::DataServicesFeaturesSection ^ get(); };
[System.Configuration.ConfigurationProperty("features")]
public System.Data.Services.Configuration.DataServicesFeaturesSection Features { get; }
[<System.Configuration.ConfigurationProperty("features")>]
member this.Features : System.Data.Services.Configuration.DataServicesFeaturesSection
Public ReadOnly Property Features As DataServicesFeaturesSection
属性值
一个 DataServicesFeaturesSection 实例。
- 属性