MPLocationRecord.IntranetName Property
Gets or sets the intranet host name.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPName IntranetName { get; set; }
public:
property MPName^ IntranetName {
MPName^ get();
void set(MPName^ value);
}
Public Property IntranetName As MPName
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPName
See Also
MPLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top