UnknownMachines.ManagementPointName Property
Gets or sets the name of the management point.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string ManagementPointName { get; set; }
public:
property String^ ManagementPointName {
String^ get();
void set(String^ value);
}
Public Property ManagementPointName As String
Property Value
Type: System.String
See Also
UnknownMachines Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top