ParameterValueControlLookupID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a Lookup Unique ID for this control
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string LookupID { get; set; }
Public Property LookupID As String
Get
Set
public:
property String^ LookupID {
String^ get ();
void set (String^ value);
}
function get_LookupID();
function set_LookupID(value);
Return Value
Type:
StringA Lookup Unique ID for this control
See Also