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 the output file name for files. This property supersedes OutputPath and OutputSuffix.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string OutputFilePath { get; private set; }
public:
property String^ OutputFilePath {
String^ get();
private: void set(String^ value);
}
Public Property OutputFilePath As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
FileSender Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top