Share via


PropertiesCollection Constructor (IDictionary<String, Object>)

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    source As IDictionary(Of String, Object) _
)
public PropertiesCollection(
    IDictionary<string, Object> source
)
public:
PropertiesCollection(
    IDictionary<String^, Object^>^ source
)
new : 
        source:IDictionary<string, Object> -> PropertiesCollection
public function PropertiesCollection(
    source : IDictionary<String, Object>
)

Parameters

.NET Framework Security

See Also

Reference

PropertiesCollection Class

PropertiesCollection Overload

Microsoft.VisualStudio.Services.WebApi Namespace