|
mEdmTaskInstanceGetVarExExtended Property
|
Gets or sets a custom implementation to GetValEx(String)
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic Func<string, string> GetVarExExtended { get; set; }
Public Property GetVarExExtended As Func(Of String, String)
Get
Set
Property Value
Type:
FuncString,
String
See Also