AsyncEnumerator.ConstructorDone Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Protected Property ConstructorDone As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.ConstructorDone
Me.ConstructorDone = value
protected bool ConstructorDone { get; set; }
Property Value
Type: System.Boolean
See Also