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
Get
public string Specifier { get; }
public:
property String^ Specifier {
String^ get ();
}
member Specifier : string
function get Specifier () : String
Property Value
Type: System.String
The specifier component of the data specifier string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.