ListObject Class
Contains the context of a list item from an adorned page. The ListObject provides the object identifier of an item in the list.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::ListObject
| Name | Description | |
|---|---|---|
![]() | Id | Gets the ID. |
| Name | Description | |
|---|---|---|
![]() | AddMetadata(String^, String^) | Adds a key and value pair of metadata that can be used to track the state within the list object. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Overrides MarshalByRefObject::CreateObjRef(Type^).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetMetadata(String^) | Returns the metadata value that is associated with the specified key. |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject::InitializeLifetimeService().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | RefreshUnderlyingObject() | Refreshes the object that this class represents. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


