'Declaration
<CanBeNullAttribute()> ReadOnly Property StringIdentifier As String
'Usage
Dim instance As _UAPublisherId Dim value As String value = instance.StringIdentifier
[CanBeNull()] string StringIdentifier {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.