public bool GeoKeys {get; set;}
'Declaration
Public Property GeoKeys As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.GeoKeys = value
value = instance.GeoKeys
public bool GeoKeys {get; set;}
@property (nonatomic, assign) BOOL geoKeys
public boolean getGeoKeys()
public void setGeoKeys(boolean value)
<br/>get_GeoKeys();<br/>set_GeoKeys(value);<br/>Object.defineProperty('GeoKeys');
public:
property bool GeoKeys {
bool get();
void set ( bool value);
}
Property Value
true to save any existing GeoKey metadata.