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

Gets the value that was expected for the property

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Object 
ExpectedValue { 
get; 
internal 
set; }
Public 
Property 
ExpectedValue 
As 
Object
	
Get
	
Friend 
Set
public:
property 
Object^ 
ExpectedValue {
	
Object^ 
get ();
	
internal: 
void 
set (
Object^ 
value);
}

See Also