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

Sender property value

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

Syntax

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

See Also