LinksControlBase.Properties Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Property Properties As StringDictionary
'Usage
Dim instance As LinksControlBase 
Dim value As StringDictionary 

value = instance.Properties

instance.Properties = value
public StringDictionary Properties { get; set; }
public:
virtual property StringDictionary^ Properties {
    StringDictionary^ get () sealed;
    void set (StringDictionary^ value) sealed;
}
public final function get Properties () : StringDictionary 
public final function set Properties (value : StringDictionary)

Property Value

Type: System.Collections.Specialized.StringDictionary

Implements

IWorkItemControl.Properties

.NET Framework Security

See Also

Reference

LinksControlBase Class

LinksControlBase Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace