Share via


IVsCredentialKey.Resource Property

Gets or sets the credential resource name or URI. Resources are case-insensitive.

Namespace:  Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
ReadOnly Property Resource As String
string Resource { get; }
property String^ Resource {
    String^ get ();
}
abstract Resource : string with get
function get Resource () : String

Property Value

Type: String
The credential resource name or URI.

.NET Framework Security

See Also

Reference

IVsCredentialKey Interface

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace