'Declaration
<DataMemberAttribute()> Public Property CheckEndpointUrl As Boolean
'Usage
Dim instance As UAEndpointDescriptionChecks Dim value As Boolean instance.CheckEndpointUrl = value value = instance.CheckEndpointUrl
[DataMember()] public bool CheckEndpointUrl {get; set;}
[DataMember()] public: property bool CheckEndpointUrl { bool get(); void set ( bool value); }
Property Value
The default value of this property is False
.