CorrelationCallbackMessageProperty.IsFullyDefined Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the CorrelationCallbackMessageProperty has all of the required correlation data.
public:
 property bool IsFullyDefined { bool get(); };
	public bool IsFullyDefined { get; }
	member this.IsFullyDefined : bool
	Public ReadOnly Property IsFullyDefined As Boolean
	Property Value
true if all of the required correlation data is present; otherwise, false.
Remarks
When all required data has been added, the NeededData list is empty and IsFullyDefined returns true.