DictionaryWrapper<TKey, TValue>.SerializedValue Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property SerializedValue As KeyValue(Of TKey, TValue)()
public KeyValue<TKey, TValue>[] SerializedValue { get; set; }
public:
property array<KeyValue<TKey, TValue>^>^ SerializedValue {
array<KeyValue<TKey, TValue>^>^ get ();
void set (array<KeyValue<TKey, TValue>^>^ value);
}
member SerializedValue : KeyValue<'TKey, 'TValue>[] with get, set
function get SerializedValue () : KeyValue<TKey, TValue>[]
function set SerializedValue (value : KeyValue<TKey, TValue>[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<TKey, TValue>[]
Returns KeyValue<TKeyType, TValueType>.
.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.