GraphSetter.TypedValue Property
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.
A cached copy of the typed value converted from the string Value
public:
property System::Object ^ TypedValue { System::Object ^ get(); void set(System::Object ^ value); };
public object TypedValue { get; set; }
member this.TypedValue : obj with get, set
Public Property TypedValue As Object