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