public string SoftwareName {get; set;}
'Declaration
Public Property SoftwareName As String
'Usage
Dim instance As AltoXmlDocumentOptions
Dim value As String
instance.SoftwareName = value
value = instance.SoftwareName
public string SoftwareName {get; set;}
@property (nonatomic, copy, nullable) NSString *softwareName
public String getSoftwareName()
public void setSoftwareName(String softwareName)
<br/>get_SoftwareName();<br/>set_SoftwareName(value);<br/>Object.defineProperty('SoftwareName');
public:
property String^ SoftwareName {
String^ get();
void set ( String^ value);
}
Property Value
The software name setting for the ALTO document. Default value is
null.