'Declaration
<DataMemberAttribute()> <DefaultValueAttribute(False)> Public Property CheckTransportProfileUri As Boolean
'Usage
Dim instance As UAEndpointDescriptionChecks Dim value As Boolean instance.CheckTransportProfileUri = value value = instance.CheckTransportProfileUri
[DataMember()] [DefaultValue(false)] public bool CheckTransportProfileUri {get; set;}
[DataMember()] [DefaultValue(false)] public: property bool CheckTransportProfileUri { bool get(); void set ( bool value); }