ImportSubjectArgscID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the subject ID.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cID { get; set; }
Public Property cID As String
Get
Set
public:
virtual property String^ cID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cID();
function set_cID(value);
Property Value
Type:
StringA property that contains the subject ID.
Return Value
Type:
StringA property that contains the subject ID.
Remarks This value must be unique so the use of a GUID is recommended. This property is mandatory.
See Also