'Declaration
<IgnoreDataMemberAttribute()> Public Shadows Property PathAndQuery As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.PathAndQuery = value value = instance.PathAndQuery
[IgnoreDataMember()] public new string PathAndQuery {get; set;}
[IgnoreDataMember()] public: new property String^ PathAndQuery { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.