Share via


Credential.Extensions Property

Definition

Gets or sets the extension data used to add any additional data.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Extensions { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string> Extensions { get; set; }
member this.Extensions : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Extensions As Dictionary(Of String, String)

Property Value

Applies to