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

Represents a package for a constent distribution

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ContentLocationPackage () () () ()
Initializes a new instance of the ContentLocationPackageclass.
ContentLocationPackage(String, Int32)
Initializes a new instance of the ContentLocationPackageclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
PackageId
ID of the package. Is usually SiteCode#####
ToString () () () () (Inherited from Object.)
Version
Version of the SWDist package

Inheritance Hierarchy

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

See Also