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

The value of the property

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

Syntax

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

See Also