'Declaration
<NotNullAttribute()> ReadOnly Property ApplicationUriString As String
'Usage
Dim instance As IUAReadOnlyApplicationElement Dim value As String value = instance.ApplicationUriString
[NotNull()] string ApplicationUriString {get;}
Property Value
A string that uniquely identifies the application instance. This identifier is intended to be globally unique.The value of this property cannot be null
(Nothing
in Visual Basic).