Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.