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.
Initializes a new instance of the ListColumn<TBusinessObject> class with the specified display name and the specified property name.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ListColumn(
    string displayName,
    string propertyName
)
public:
ListColumn(
    String^ displayName,
    String^ propertyName
)
Public Sub New (
    displayName As String,
    propertyName As String
)
Parameters
- displayName 
 Type: System.String- The display name of the column. 
- propertyName 
 Type: System.String- A property name of a business object from which the column value will be retrieved. 
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
ListColumn<TBusinessObject> Overload
ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top