WsusContentLocationInfo.OnInternetInt Property
Gets or sets a value that indicates whether the client is on the Internet. This property is only for serialization. Use OnInternet instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int OnInternetInt { get; set; }
public:
property int OnInternetInt {
int get();
void set(int value);
}
Public Property OnInternetInt As Integer
Property Value
Type: System.Int32
See Also
WsusContentLocationInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top