Credential.Extensions Property
Gets or sets the extension data used to add any additional data.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim instance As Credential
Dim value As Dictionary(Of String, String)
value = instance.Extensions
instance.Extensions = value
Syntax
'Declaration
Public Property Extensions As Dictionary(Of String, String)
public Dictionary<string,string> Extensions { get; set; }
public:
property Dictionary<String^, String^>^ Extensions {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Dictionary<String,String> get_Extensions ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Extensions (Dictionary<String,String> value)
CompilerGeneratedAttribute
public function get Extensions () : Dictionary<String,String>
CompilerGeneratedAttribute
public function set Extensions (value : Dictionary<String,String>)
Property Value
Type: Dictionary
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Credential Class
Credential Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.