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.
Gets or sets the selected icon provider.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public Converter<TBusinessObject, Icon> SelectedIconProvider { get; set; }
public:
property Converter<TBusinessObject, Icon^>^ SelectedIconProvider {
Converter<TBusinessObject, Icon^>^ get();
void set(Converter<TBusinessObject, Icon^>^ value);
}
Public Property SelectedIconProvider As Converter(Of TBusinessObject, Icon)
Property Value
Type: System.Converter<TBusinessObject, Icon>
The selected icon provider.
See Also
ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top