ListColumnV2<TBusinessObject> Constructor (String, Converter<TBusinessObject, String>)
Creates a new instance of the ListColumnV2<TBusinessObject> object, using the specified display name and display value provider.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ListColumnV2(
string displayName,
Converter<TBusinessObject, string> displayValueProvider
)
public:
ListColumnV2(
String^ displayName,
Converter<TBusinessObject, String^>^ displayValueProvider
)
Public Sub New (
displayName As String,
displayValueProvider As Converter(Of TBusinessObject, String)
)
Parameters
displayName
Type: System.StringThe display name.
displayValueProvider
Type: System.Converter<TBusinessObject, String>The display value provider.
See Also
ListColumnV2<TBusinessObject> Overload
ListColumnV2<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top