Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets package information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)]
public ContentLocationPackage Package { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::NotRecommended)]
property ContentLocationPackage^ Package {
ContentLocationPackage^ get();
void set(ContentLocationPackage^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)>
Public Property Package As ContentLocationPackage
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationPackage
See Also
LocalMPLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top