Interface IValueRef
public interface IValueRef
Properties
IsWritable
bool IsWritable { get; }
Property Value
Methods
GetValue()
ITypedValue GetValue()
Returns
SetValue(object)
void SetValue(object newValue)
Parameters
newValue
object