다음을 통해 공유


ListGroup<TBusinessObject>.Tag Property

 

Gets or sets an object that is used to identify the ListGroup<TBusinessObject>.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public object Tag { get; set; }
public:
property Object^ Tag {
    Object^ get();
    void set(Object^ value);
}
Public Property Tag As Object

Property Value

Type: System.Object

An instance of Object that is used to identify the ListGroup<TBusinessObject>.

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

ListGroup<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top