'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ThreadingModel As ThreadingModel
'Usage
Dim instance As ComponentBase
Dim value As ThreadingModel
instance.ThreadingModel = value
value = instance.ThreadingModel
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ThreadingModel ThreadingModel {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ThreadingModel get_ThreadingModel();
public: __property void set_ThreadingModel(
ThreadingModel value
);
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ThreadingModel ThreadingModel {
ThreadingModel get();
void set ( ThreadingModel value);
}