Count Property (ICustomPropertyManager)
Gets the number of custom properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Count As Integer |
C++/CLI | |
---|
property int Count {
int get();
} |
Return Value
0 or the number of custom properties
Example
Remarks
See Also
Availability