'Declaration
Public Overrides Property Source As String
'Usage
Dim instance As UAServiceException Dim value As String instance.Source = value value = instance.Source
public override string Source {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.