Deployment Tools Foundation
Name Property
Gets or sets the name of the custom action entrypoint. A null
value defaults to the name of the method.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string Name { get; }
Public ReadOnly Property Name As String Get
public: property String^ Name { String^ get (); }
Property Value
String
name of the custom action entrypoint, or null if none was specified
name of the custom action entrypoint, or null if none was specified
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)