'Declaration<NotNullAttribute()> ReadOnly Property TokenProfileUriString As String
'UsageDim instance As _AnonymousTokenInfo Dim value As String value = instance.TokenProfileUriString
[NotNull()] string TokenProfileUriString {get;}
'Declaration<NotNullAttribute()> ReadOnly Property TokenProfileUriString As String
'UsageDim instance As _AnonymousTokenInfo Dim value As String value = instance.TokenProfileUriString
[NotNull()] string TokenProfileUriString {get;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.