'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property DiagnosticsMasks As UADiagnosticsMasks
'Usage
Dim instance As UAClientSessionParameters Dim value As UADiagnosticsMasks instance.DiagnosticsMasks = value value = instance.DiagnosticsMasks
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public UADiagnosticsMasks DiagnosticsMasks {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property UADiagnosticsMasks DiagnosticsMasks { UADiagnosticsMasks get(); void set ( UADiagnosticsMasks value); }