TypeDescriptionCollection.Count Property
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As TypeDescriptionCollection
Dim value As Integer
value = instance.Count
Syntax
'Declaration
Public MustOverride ReadOnly Property Count As Integer
public abstract int Count { get; }
public:
virtual property int Count {
int get () abstract;
}
/** @property */
public abstract int get_Count ()
public abstract function get Count () : int
Property Value
Returns Int32.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
TypeDescriptionCollection Class
TypeDescriptionCollection Members
Microsoft.MetadirectoryServices Namespace