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.
Contains the context of a list item from an adorned page. The ListObject provides the object identifier of an item in the list.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObject
Syntax
[SerializableAttribute]
public abstract class ListObject : MarshalByRefObject
[SerializableAttribute]
public ref class ListObject abstract : MarshalByRefObject
<SerializableAttribute>
Public MustInherit Class ListObject
    Inherits MarshalByRefObject
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Id | Gets the ID. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | AddMetadata(String, String) | Adds a key and value pair of metadata that can be used to track the state within the list object. | 
| .jpeg) | 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).) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetMetadata(String) | Returns the metadata value that is associated with the specified key. | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Overrides MarshalByRefObject.InitializeLifetimeService().) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | RefreshUnderlyingObject() | Refreshes the object that this class represents. | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top