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

IP subnet contained in content location reply

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
ContentLocationIPSubnet
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
ContentLocationIPSubnet
[
SerializableAttribute]
public 
ref class 
ContentLocationIPSubnet 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationIPSubnet () () () ()
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SubnetAddress
IP address as string used for serialization. Use SubnetAddressIP if accessing this programatically instead.
SubnetAddressIP
IP Address of the subnet. If invalid, returns null.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . ContentLocationIPSubnet

See Also