 | ClickOnceInfoUpdateLocation property |
The update url for the program.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.EnvAccess (in NetEti.EnvAccess.dll) Version: 1.0.0+c5c038966671ba49f3a11888a845ad02585d8821
Syntaxpublic Uri? UpdateLocation { get; init; }
Public Property UpdateLocation As Uri
Get
Set
public:
property Uri^ UpdateLocation {
Uri^ get ();
void set (Uri^ value);
}
member UpdateLocation : Uri with get, set
Property value
Uri
See also