Specifies the application URI template string, which is used unless the application URI string is given in the application manifest.
[NotNull()]
string ApplicationUriTemplateString {get; set;}
'Declaration
<NotNullAttribute()>
Property ApplicationUriTemplateString As String
'Usage
Dim instance As _UAClientServerApplicationParameters
Dim value As String
instance.ApplicationUriTemplateString = value
value = instance.ApplicationUriTemplateString
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "http:/$(CanonicalizedHostName)$(ModuleName);http:/$(CanonicalizedHostName)$(VersionInfoTokens);http:/$(CanonicalizedHostName)$(AssemblyTokens)"
.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also