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