共用方式為


ProfileElementCollection.CollectionType 屬性

定義

取得值,這個值會指定這個項目中所包含集合的型別。

public:
 virtual property System::Configuration::ConfigurationElementCollectionType CollectionType { System::Configuration::ConfigurationElementCollectionType get(); };
public override System.Configuration.ConfigurationElementCollectionType CollectionType { get; }
member this.CollectionType : System.Configuration.ConfigurationElementCollectionType
Public Overrides ReadOnly Property CollectionType As ConfigurationElementCollectionType

屬性值

其中一個 ConfigurationElementCollectionType 列舉值。

適用於