'Declaration
Property PrintComments As PrintLocation
'Usage
Dim instance As IPageSetup Dim value As PrintLocation instance.PrintComments = value value = instance.PrintComments
PrintLocation PrintComments {get; set;}
read-write property PrintComments: PrintLocation;
function get,set PrintComments : PrintLocation
__property PrintLocation get_PrintComments(); __property void set_PrintComments( PrintLocation value );
property PrintLocation PrintComments { PrintLocation get(); void set ( PrintLocation value); }