Share via


DataSpecifier.Qualifier Property

Gets the portion of the data specifier string that represents the qualifier component.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property Qualifier As String
public string Qualifier { get; }
public:
property String^ Qualifier {
    String^ get ();
}
member Qualifier : string with get
function get Qualifier () : String

Property Value

Type: System.String
The qualifier component of the data specifier string, if any; otherwise, nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DataSpecifier Class

Microsoft.VisualStudio.Data.Framework Namespace