HealthReportRunNowButton.RibbonCommand Property
Gets the ribbon command for the button.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property RibbonCommand As String
Get
'Usage
Dim instance As HealthReportRunNowButton
Dim value As String
value = instance.RibbonCommand
public override string RibbonCommand { get; }
Property Value
Type: System.String
A string that contains the ribbon command.
Remarks
This property returns "Ribbon.ListForm.Display.HealthActions.HealthReportRunNow".
See Also
Reference
HealthReportRunNowButton Class
HealthReportRunNowButton Members
Microsoft.SharePoint.WebControls Namespace