ContentLocationPackage Class

 

Represents a package for a content distribution.

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

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

[SerializableAttribute]
public ref class ContentLocationPackage sealed 

NameDescription
System_CAPS_pubmethodContentLocationPackage()

Initializes a new instance of the ContentLocationPackage class.

System_CAPS_pubmethodContentLocationPackage(String^, Int32)

Initializes a new instance of the ContentLocationPackage class.

NameDescription
System_CAPS_pubpropertyPackageId

Gets or sets the ID of the package. This value is usually in the format of SiteCode#####. For example, ABC12345.

System_CAPS_pubpropertyVersion

Gets or sets the version of the software distribution package.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: