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