Share via


IVsCredentialKey.FeatureName Property

Gets or sets the feature name. Feature names are case-sensitive.

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 FeatureName As String
string FeatureName { get; }
property String^ FeatureName {
    String^ get ();
}
abstract FeatureName : string with get
function get FeatureName () : String

Property Value

Type: String
The feature name.

.NET Framework Security

See Also

Reference

IVsCredentialKey Interface

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace