TfsCredentialCacheEntry.Attributes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public ReadOnly Property Attributes As Dictionary(Of String, String)
public Dictionary<string, string> Attributes { get; }
public:
property Dictionary<String^, String^>^ Attributes {
    Dictionary<String^, String^>^ get ();
}
member Attributes : Dictionary<string, string> with get
function get Attributes () : Dictionary<String, String>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

TfsCredentialCacheEntry Class

Microsoft.VisualStudio.Services.Common Namespace