GraphNodeIdName.ValueType Property

Definition

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

Property Value

Applies to