FactoryGetProperty Method

Returns a property value for a key.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public string GetProperty(
	string key
)

Parameters

key  String
to obtain the property value for

Return Value

String
the property if it exists or an empty string

See Also