IReference<T>.Value Property

Definition

Gets the type that is represented as an IPropertyValue.

public:
 property T Value { T get(); };
T Value();
public T Value { get; }
Public ReadOnly Property Value As T

Property Value

T

The type.

Applies to

See also