'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ColorScheme As Office2003ColorScheme
'Usage
Dim instance As NOffice2003Theme Dim value As Office2003ColorScheme instance.ColorScheme = value value = instance.ColorScheme
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public Office2003ColorScheme ColorScheme {get; set;}