[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Public class that helps serialize WsusContentLocationInfo to and from XML

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
WsusContentLocationInfo : 

LocationRequestBase
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
WsusContentLocationInfo _
	
Inherits 

LocationRequestBase
[
SerializableAttribute]
public 
ref class 
WsusContentLocationInfo 
sealed : 
public 

LocationRequestBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
WsusContentLocationInfo () () () ()
ADSite
Gets or set the AD Site for the content location
(Inherited from LocationRequestBase.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IPAddresses
Gets or sets the IP address for the content location
(Inherited from LocationRequestBase.)
MemberwiseClone () () () () (Inherited from Object.)
OnInternet
Gets/sets if the client is on the Internet.
OnInternetInt
If the client is on internet. This is only for serialization, OnInternet should be used instead.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . LocationRequestBase
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . WsusContentLocationInfo

See Also