'Declaration
<CanBeNullAttribute()> Public ReadOnly Property TokenProfileUri As Uri
[CanBeNull()] public Uri TokenProfileUri {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
'Declaration
<CanBeNullAttribute()> Public ReadOnly Property TokenProfileUri As Uri
[CanBeNull()] public Uri TokenProfileUri {get;}
This value of this property can be null
(Nothing
in Visual Basic).
This property is null
if the underlying string does not represent a valid URI.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.