public bool Comments {get; set;}
'Declaration
Public Property Comments As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.Comments = value
value = instance.Comments
public bool Comments {get; set;}
@property (nonatomic, assign) BOOL comments;
public boolean getComments()
public void setComments(boolean value)
get_Comments();
set_Comments(value);
Object.defineProperty('Comments');
public:
property bool Comments {
bool get();
void set ( bool value);
}
Property Value
true to save any existing metadata comments.