Partager via


ClientLocationInfo.OnInternet Property

 

Gets or sets whether the client is on the Internet.

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

Syntax

public bool OnInternet { get; set; }
public:
property bool OnInternet {
    bool get();
    void set(bool value);
}
Public Property OnInternet As Boolean

Property Value

Type: System.Boolean

See Also

ClientLocationInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top