Deployment Tools Foundation
ToString Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► ToString()()()()
Gets a string representation of the data suitable for persisting in a property.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override string ToString()
Public Overrides Function ToString As String
public: virtual String^ ToString() override
Return Value
String
Data string in the form "Key1=Value1;Key2=Value2"
Data string in the form "Key1=Value1;Key2=Value2"
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)