SubjectTitle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the title for this subject
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Title { get; set; }
Public Property Title As String
Get
Set
public:
virtual property String^ Title {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Title();
function set_Title(value);
Property Value
Type:
StringThe title for this subject
Return Value
Type:
StringThe title for this subject
Remarks See Also