PropertyTypeValueType Property |
Get the type of property values for this property
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public abstract Type ValueType { get; }
Public MustOverride ReadOnly Property ValueType As Type
Get
public:
virtual property Type^ ValueType {
Type^ get () abstract;
}
abstract ValueType : Type with get
Property Value
Type:
TypeSee Also