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