public string Subtype {get; set;}
'Declaration
Public Property Subtype As String
'Usage
Dim instance As RasterOverlayAttributes
Dim value As String
instance.Subtype = value
value = instance.Subtype
public string Subtype {get; set;}
@property (nonatomic, copy, nullable) NSString *subtype
public String getSubtype()
public void setSubtype(String value)
<br/>get_Subtype();<br/>set_Subtype(value);<br/>Object.defineProperty('Subtype');
public:
property String^ Subtype {
String^ get();
void set ( String^ value);
}
Property Value
A
String that contains a defined term that identifies the intended purpose of the overlay type.