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

Management point causing the CVF

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute]
public 
string 
ManagementPoint { 
get; 
set; }
<

StatusMessagePropertyAttribute> _
Public 
Property 
ManagementPoint 
As 
String
	
Get
	
Set
[

StatusMessagePropertyAttribute]
public:
property 
String^ 
ManagementPoint {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also