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