'Declaration
<NotNullAttribute()> ReadOnly Property ProductUriString As String
'Usage
Dim instance As IUAApplicationElement Dim value As String value = instance.ProductUriString
[NotNull()] string ProductUriString {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property ProductUriString As String
'Usage
Dim instance As IUAApplicationElement Dim value As String value = instance.ProductUriString
[NotNull()] string ProductUriString {get;}
A globally unique URI for the product associated with the application. This URI is assigned by the vendor of the application.
A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.