DebugFieldValue(String, ODType, Object, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
DebugFieldValue(System::String ^ type, Microsoft::XLANGs::RuntimeTypes::ODType odtype, System::Object ^ value, System::String ^ name, bool isComplexData);
public DebugFieldValue (string type, Microsoft.XLANGs.RuntimeTypes.ODType odtype, object value, string name, bool isComplexData);
new Microsoft.XLANGs.RuntimeTypes.DebugFieldValue : string * Microsoft.XLANGs.RuntimeTypes.ODType * obj * string * bool -> Microsoft.XLANGs.RuntimeTypes.DebugFieldValue
Parameters
- type
- String
- odtype
- ODType
- value
- Object
- name
- String
- isComplexData
- Boolean