 | EnvActivationData property |
Conversion to .net standard 2.0.
Replaces the command line arguments for ClickOnce installations under .net standard 2.0.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.EnvAccess (in NetEti.EnvAccess.dll) Version: 1.0.0+c5c038966671ba49f3a11888a845ad02585d8821
Syntaxpublic string[]? ActivationData { get; }
Public ReadOnly Property ActivationData As String()
Get
public:
property array<String^>^ ActivationData {
array<String^>^ get ();
}
member ActivationData : string[] with get
Property value
String
See also