Site.StatusBarText property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property StatusBarText As String
Get
Set
'Usage
Dim instance As Site
Dim value As String
value = instance.StatusBarText
instance.StatusBarText = value
public string StatusBarText { get; set; }
Property value
Type: System.String