Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the icon is spinning.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool IsIconSpinning { get; set; }
public:
property bool IsIconSpinning {
bool get();
void set(bool value);
}
Public Property IsIconSpinning As Boolean
Parameters
Property Value
Type: System.Boolean
true if the icon is spinning; otherwise, false.
See Also
ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top