LocationServicesMPCertCrossVerification.ManagementPoint Property
Gets or sets the management point that caused the cross verification failure.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute]
public string ManagementPoint { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ ManagementPoint {
String^ get();
void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property ManagementPoint As String
Property Value
Type: System.String
See Also
LocationServicesMPCertCrossVerification Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top