NaftaRvcMethodValue Property | |
Gets or sets the Value.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute]
public int Value { get; set; }
public:
[DataMemberAttribute]
property int Value {
int get ();
void set (int value);
}
function get_Value();
function set_Value(value);
Property Value
Type:
Int32See Also