Glossary Item Box
'Declaration Public Property SaveLayer As Layer
'Usage Dim instance As SaveOptions Dim value As Layer instance.SaveLayer = value value = instance.SaveLayer
public Layer SaveLayer {get; set;}
public: __property Layer* get_SaveLayer(); public: __property void set_SaveLayer( Layer* value );
public: property Layer^ SaveLayer { Layer^ get(); void set ( Layer^ value); }