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

'宣言
Public ReadOnly Property Specifier As String
'使用
Dim instance As DataSpecifier
Dim value As String

value = instance.Specifier
public string Specifier { get; }
public:
property String^ Specifier {
    String^ get ();
}
public function get Specifier () : String

Property Value

Type: System.String

The specifier component of the data specifier string.

Permissions

See Also

Reference

DataSpecifier Class

DataSpecifier Members

Microsoft.VisualStudio.Data.Framework Namespace