PageNavigator.Properties Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As Dictionary(Of String, Object)
public Dictionary<string, Object> Properties { get; }
public:
virtual property Dictionary<String^, Object^>^ Properties {
Dictionary<String^, Object^>^ get () sealed;
}
abstract Properties : Dictionary<string, Object> with get
override Properties : Dictionary<string, Object> with get
final function get Properties () : Dictionary<String, Object>
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
Returns Dictionary<TKey, TValue>.
Implements
.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.