CollectorGetConstraintsConfig Method
Obtains a constraint system property.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string GetConstraintsConfig(
string key
)
Public Function GetConstraintsConfig (
key As String
) As String
public:
String^ GetConstraintsConfig(
String^ key
)
member GetConstraintsConfig :
key : string -> string
- key String
- the configuration key to work on or "json"
String the value of the configuration key or an empty string if key did not exist