Share via


DataSpecifier.FormatString Property

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

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

Syntax

'Declaration
Public ReadOnly Property FormatString As String
'Usage
Dim instance As DataSpecifier 
Dim value As String 

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

Property Value

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

.NET Framework Security

See Also

Reference

DataSpecifier Class

DataSpecifier Members

Microsoft.VisualStudio.Data.Framework Namespace