Share via


PrimaryLabelTitle Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Explorers
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property PrimaryLabelTitle As String
    Get
'Usage
Dim instance As DropDatabaseConfirmationDialogViewModel
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

DropDatabaseConfirmationDialogViewModel Class

Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace