Value Property
The Value of the QualifiedIdentifier - can be one of: * String * Uri * QualifiedIdentifier * QualifiedIdentifierCollection
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Object
Get
'Usage
Dim instance As QualifiedIdentifier
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
virtual property Object^ Value {
Object^ get () sealed;
}
abstract Value : Object
override Value : Object
final function get Value () : Object
Property Value
Type: System..::..Object