Share via


PopUpDialogTitle.TitleLocIdNum property

Gets or sets the integer value of the localized string ID associated with the title.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property TitleLocIdNum As Integer
    Get
    Set
'Usage
Dim instance As PopUpDialogTitle
Dim value As Integer

value = instance.TitleLocIdNum

instance.TitleLocIdNum = value
public int TitleLocIdNum { get; set; }

Property value

Type: System.Int32

See also

Reference

PopUpDialogTitle class

PopUpDialogTitle members

Microsoft.SharePoint.Portal.WebControls namespace