Good Property (BulletGraph)
In This Topic
Syntax
'Declaration
Public Property Good As System.Double
'Usage
Dim instance As BulletGraph
Dim value As System.Double
instance.Good = value
value = instance.Good
public System.double Good {get; set;}
public read-write property Good: System.Double;
public function get,set Good : System.double
public: __property System.double get_Good();
public: __property void set_Good(
System.double value
);
public:
property System.double Good {
System.double get();
void set ( System.double value);
}
See Also