ILazyCollection.IsInitialized Property
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
bool IsInitialized { get; }
property bool IsInitialized {
bool get();
}
abstract IsInitialized : bool with get
ReadOnly Property IsInitialized As Boolean
Property Value
Type: System.Boolean
See Also
ILazyCollection Interface
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top