DnssdRegistrationResult.HasInstanceNameChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the instance name was changed in the course of the registration process.
public:
property bool HasInstanceNameChanged { bool get(); };
bool HasInstanceNameChanged();
public bool HasInstanceNameChanged { get; }
var boolean = dnssdRegistrationResult.hasInstanceNameChanged;
Public ReadOnly Property HasInstanceNameChanged As Boolean
Property Value
Boolean
bool
When true, the name has been changed.