FacebookConfiguration.Properties Property

Gets the additional properties associated with this instance.

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As ConcurrentDictionary(Of Object, Object)
    Get
'Usage
Dim instance As FacebookConfiguration 
Dim value As ConcurrentDictionary(Of Object, Object)

value = instance.Properties
public ConcurrentDictionary<Object, Object> Properties { get; }
public:
property ConcurrentDictionary<Object^, Object^>^ Properties {
    ConcurrentDictionary<Object^, Object^>^ get ();
}
member Properties : ConcurrentDictionary<Object, Object>
function get Properties () : ConcurrentDictionary<Object, Object>

Property Value

Type: System.Collections.Concurrent.ConcurrentDictionary<Object, Object>

See Also

Reference

FacebookConfiguration Class

Microsoft.AspNet.Mvc.Facebook Namespace