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 the BitsUploadReply object with the BITS destination.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public BitsUploadReply UploadReply { get; set; }
public:
property BitsUploadReply^ UploadReply {
BitsUploadReply^ get();
void set(BitsUploadReply^ value);
}
Public Property UploadReply As BitsUploadReply
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.BitsUploadReply
See Also
ConfigMgrUploadReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top