Value Property (ImGearCapOneValue)
In This Topic
Gets or sets the value of the capability.
Syntax
'Declaration
Public Property Value As Object
'Usage
Dim instance As ImGearCapOneValue
Dim value As Object
instance.Value = value
value = instance.Value
public object Value {get; set;}
public: __property Object* get_Value();
public: __property void set_Value(
Object* value
);
public:
property Object^ Value {
Object^ get();
void set ( Object^ value);
}
Property Value
The value can be on of the following types:
See Also