ImportSubjectArgscSystemName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system the subject belongs to.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cSystemName { get; set; }
Public Property cSystemName As String
Get
Set
public:
virtual property String^ cSystemName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cSystemName();
function set_cSystemName(value);
Property Value
Type:
StringA property that contains the system the subject belongs to.
Return Value
Type:
StringA property that contains the system the subject belongs to.
Remarks This value must be a system that exists in the setup already.
See Also