In This Topic
Integer number of this property. When setting a property by number, be aware, that the property might not exist for the object.
Syntax
public int AsInt {get; set;}
public:
property int AsInt {
int get();
void set ( int value);
}
Exceptions
See Also