Gets the number of values under the "Numeric Value" (0040,A30A) element.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property NumericValueCount As Integer |
C# | |
---|
public int NumericValueCount {get;} |
C++/CLI | |
---|
public:
property int NumericValueCount {
int get();
} |
Property Value
The number of values under the "Numeric Value" (0040,A30A) element.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also