ValueType Property

The type of the QualifiedName. 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.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Property ValueType As Type
    Get
    Private Set
'Usage
Dim instance As QualifiedName
Dim value As Type

value = instance.ValueType
public Type ValueType { get; private set; }
public:
property Type^ ValueType {
    Type^ get ();
    private: void set (Type^ value);
}
member ValueType : Type with get, private set
function get ValueType () : Type
private function set ValueType (value : Type)

Property Value

Type: System..::..Type

See Also

Reference

QualifiedName Class

Microsoft.Data.Tools.Model Namespace