Share via


GoogleAuthenticatedContext.AttributeExchangeProperties Property

Gets or sets the properties for the attribute exchange context.

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

'Declaration
Public Property AttributeExchangeProperties As IDictionary(Of String, String)
    Get 
    Private Set
'Usage
Dim instance As GoogleAuthenticatedContext 
Dim value As IDictionary(Of String, String)

value = instance.AttributeExchangeProperties
public IDictionary<string, string> AttributeExchangeProperties { get; private set; }
public:
property IDictionary<String^, String^>^ AttributeExchangeProperties {
    IDictionary<String^, String^>^ get ();
    private: void set (IDictionary<String^, String^>^ value);
}
member AttributeExchangeProperties : IDictionary<string, string> with get, private set
function get AttributeExchangeProperties () : IDictionary<String, String>
private function set AttributeExchangeProperties (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The properties for the attribute exchange context.

See Also

Reference

GoogleAuthenticatedContext Class

Microsoft.Owin.Security.Google Namespace