IWorkItemControl.Properties Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Property Properties As StringDictionary
'Usage
Dim instance As IWorkItemControl
Dim value As StringDictionary
value = instance.Properties
instance.Properties = value
StringDictionary Properties { get; set; }
property StringDictionary^ Properties {
StringDictionary^ get ();
void set (StringDictionary^ value);
}
function get Properties () : StringDictionary
function set Properties (value : StringDictionary)
Property Value
Type: System.Collections.Specialized.StringDictionary
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace