public bool Tags {get; set;}
'Declaration
Public Property Tags As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.Tags = value
value = instance.Tags
public bool Tags {get; set;}
@property (nonatomic, assign) BOOL tags
public boolean getTags()
public void setTags(boolean value)
<br/>get_Tags();<br/>set_Tags(value);<br/>Object.defineProperty('Tags');
public:
property bool Tags {
bool get();
void set ( bool value);
}
Property Value
true to save any existing metadata tags.