Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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