PropertyCollection.Count 属性
定义
获取此集合中属性的数目。Gets the number of properties in this collection.
public:
property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer
属性值
此集合中属性的数目。The number of properties in this collection.
实现
例外
调用基础接口时出错。An error occurred during the call to the underlying interface.
此目录无法报告属性的数目。The directory cannot report the number of properties.
注解
Internet Information Services (IIS) 和 WinNT 提供程序当前不支持 Count ,因此每个提供程序都将引发 NotSupportedException 。The Internet Information Services (IIS), and WinNT providers do not currently support Count, so each will throw a NotSupportedException.