WorkItemExtensionAttribute.WorkItemType Property
The type of the WorkItem to extend.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public ReadOnly Property WorkItemType As Type
'Usage
Dim instance As WorkItemExtensionAttribute
Dim value As Type
value = instance.WorkItemType
public Type WorkItemType { get; }
public:
property Type^ WorkItemType {
Type^ get ();
}
/** @property */
public Type get_WorkItemType ()
public function get WorkItemType () : Type
See Also
Reference
WorkItemExtensionAttribute Class
WorkItemExtensionAttribute Members
Microsoft.Practices.CompositeUI Namespace