DetailColumnCollection.Add Method ()
Initializes a DetailColumn object and adds the object to the DetailColumnCollection.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public DetailColumn Add()
public:
DetailColumn^ Add()
Public Function Add As DetailColumn
Return Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailColumn
An instance of DetailColumn that was added to the DetailColumnCollection.
See Also
Add Overload
DetailColumnCollection Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top