DisposableReference<T>.Reference Property
Gets the reference object.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public T Reference { get; private set; }
public:
property T Reference {
T get();
private: void set(T value);
}
member Reference : 'T with get, private set
Public Property Reference As T
Get
Private Set
End Property
Property Value
Type: T
The reference object.
See Also
DisposableReference<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top