FileSender.OutputSuffix Property
Gets or sets the output suffix for files. If this property is not set, the default value defined in DefaultOutputSuffix is used.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string OutputSuffix { get; set; }
public:
property String^ OutputSuffix {
String^ get();
void set(String^ value);
}
Public Property OutputSuffix As String
Property Value
Type: System.String
See Also
FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top