FileSender.DefaultOutputSuffix Property
Gets or sets the default output file suffix. The default value is .msg.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static string DefaultOutputSuffix { get; set; }
public:
property String^ DefaultOutputSuffix {
static String^ get();
static void set(String^ value);
}
Public Shared Property DefaultOutputSuffix As String
Property Value
Type: System.String
See Also
FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top