Share via


DataSpecifier.Specifier Property

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

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

Syntax

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

Property Value

Type: System.String
The specifier component of the data specifier string.

.NET Framework Security

See Also

Reference

DataSpecifier Class

Microsoft.VisualStudio.Data.Framework Namespace