DisposableReference<T>.ReferenceCount Property

 

Gets the number of reference objects.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public uint ReferenceCount { get; private set; }
public:
property unsigned int ReferenceCount {
    unsigned int get();
    private: void set(unsigned int value);
}
member ReferenceCount : uint32 with get, private set
Public Property ReferenceCount As UInteger
    Get
    Private Set
End Property

Property Value

Type: System.UInt32

The number of reference objects.

See Also

DisposableReference<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top