CustomXMLSchemaCollectionClass.Count Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Count As Integer
Get
'Usage
Dim instance As CustomXMLSchemaCollectionClass
Dim value As Integer
value = instance.Count
public virtual int Count { get; }
Property Value
Type: System.Int32
Implements
_CustomXMLSchemaCollection.Count
See Also
Reference
CustomXMLSchemaCollectionClass Class