'Declaration
<DataMemberAttribute()> Public Property QueueEnabled As Boolean
[DataMember()] public bool QueueEnabled {get; set;}
[DataMember()] public: property bool QueueEnabled { bool get(); void set ( bool value); }
'Declaration
<DataMemberAttribute()> Public Property QueueEnabled As Boolean
[DataMember()] public bool QueueEnabled {get; set;}
[DataMember()] public: property bool QueueEnabled { bool get(); void set ( bool value); }