GraphNodeIdName.ValueType 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.
The type of the GraphNodeIdName. This is used to determine how to deserialize data to objects with this name. e.g.: Assembly=FileName may need to deserialize to a Uri and get Uri-based compares, but: Class=ClassName needs to deserialize to a string. This can be done if Assembly has a Type of Uri.
public:
property Type ^ ValueType { Type ^ get(); };
public Type ValueType { get; }
member this.ValueType : Type
Public ReadOnly Property ValueType As Type