ExportLifetimeContext<T>.Value Property

Definition

Gets the exported value of a ExportFactory<T> object.

public:
 property T Value { T get(); };
public T Value { get; }
member this.Value : 'T
Public ReadOnly Property Value As T

Property Value

T

The exported value.

Applies to