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