'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property TokenProfileUriString As String
'Usage
Dim instance As TokenInfoPolicy Dim value As String instance.TokenProfileUriString = value value = instance.TokenProfileUriString
[DefaultValue("")] [NotNull()] public string TokenProfileUriString {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ TokenProfileUriString { String^ get(); void set ( String^ value); }