Share via


DataSpecifier.Alignment Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

DataSpecifier Class

Microsoft.VisualStudio.Data.Framework Namespace