共用方式為


FileSender.DefaultOutputPath Property

 

Gets or sets the default output directory for files. The default value is %TEMP%.

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

Syntax

public static string DefaultOutputPath { get; set; }
public:
property String^ DefaultOutputPath {
    static String^ get();
    static void set(String^ value);
}
Public Shared Property DefaultOutputPath As String

Property Value

Type: System.String

See Also

FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top