ConfigMgrInventoryMessage.DiscoveredNetBiosName Property

 

Gets a value that indicates whether the NetBiosName property was derived from discovery.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected bool DiscoveredNetBiosName { get; private set; }
protected:
property bool DiscoveredNetBiosName {
    bool get();
    private: void set(bool value);
}
Protected Property DiscoveredNetBiosName As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

ConfigMgrInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top