public string Label {get; set;}
'Declaration
Public Property Label As String
'Usage
Dim instance As RasterOverlayAttributes
Dim value As String
instance.Label = value
value = instance.Label
public string Label {get; set;}
@property (nonatomic, copy) NSString* label;
public String getLabel()
public void setLabel(String value)
get_Label();
set_Label(value);
Object.defineProperty('Label');
public:
property String^ Label {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that contains user defined text, which may be used to label or name this overlay.