Interface IValueRef
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IValueRefProperties
IsWritable
bool IsWritable { get; }Property Value
Methods
GetValue()
ITypedValue GetValue()Returns
SetValue(object)
void SetValue(object newValue)Parameters
- newValueobject