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