Deployment Tools Foundation
CustomActionData Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► CustomActionData
Gets custom action data for the session that was supplied by the caller.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CustomActionData CustomActionData { get; }
Public ReadOnly Property CustomActionData As CustomActionData
public: property CustomActionData^ CustomActionData { CustomActionData^ get (); }
See Also