Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a file with a random file name and writes it to the output path.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual string SerializeToFile(
string outputPath
)
public:
virtual String^ SerializeToFile(
String^ outputPath
)
Public Overridable Function SerializeToFile (
outputPath As String
) As String
Parameters
outputPath
Type: System.StringThe output path.
Return Value
Type: System.String
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top