 | ClickOnceInfoApplicationName Property |
Application.ProductName
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.EnvAccess (in NetEti.EnvAccess.dll) Version: 1.0.0+c5c038966671ba49f3a11888a845ad02585d8821
Syntaxpublic string? ApplicationName { get; init; }
Public Property ApplicationName As String
Get
Set
public:
property String^ ApplicationName {
String^ get ();
void set (String^ value);
}
member ApplicationName : string with get, set
Property value
String
See also