'Declaration
<DataMemberAttribute()> Public Property DesiredMethod As DAReadWriteMethod
'Usage
Dim instance As DAClientMode Dim value As DAReadWriteMethod instance.DesiredMethod = value value = instance.DesiredMethod
[DataMember()] public DAReadWriteMethod DesiredMethod {get; set;}
[DataMember()] public: property DAReadWriteMethod DesiredMethod { DAReadWriteMethod get(); void set ( DAReadWriteMethod value); }
Property Value
The default value of this property is Asynchronous (DAReadWriteMethod.Asynchronous)
.