'Declaration<DefaultValueAttribute(True)> Public Property ThisClientForProviderOperations As Boolean
'UsageDim instance As UAComplexDataClientPluginParameters Dim value As Boolean instance.ThisClientForProviderOperations = value value = instance.ThisClientForProviderOperations
[DefaultValue(true)] public bool ThisClientForProviderOperations {get; set;}
[DefaultValue(true)] public: property bool ThisClientForProviderOperations { bool get(); void set ( bool value); }