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