MessageUploadHelper.BasePath Property
Gets or sets the base path for BITS uploads. The default value is %TEMP%. This is a singleton value that persists.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string BasePath { get; set; }
public:
property String^ BasePath {
static String^ get();
static void set(String^ value);
}
Public Shared Property BasePath As String
Property Value
Type: System.String
See Also
MessageUploadHelper Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top