HealthRuleRunNowButton.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 HealthRuleRunNowButton
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.HealthRuleRunNow”.
See Also
Reference
HealthRuleRunNowButton Members
Microsoft.SharePoint.WebControls Namespace