[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the validation state of the temporary file

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetValidationState(
	
out 
bool 
state
)
Sub 
GetValidationState ( _
		<
OutAttribute> 
ByRef 
state 
As 
Boolean _
)
void 
GetValidationState(
		[
OutAttribute] 
bool% 
state
)

Parameters

state
Boolean %

See Also