IVsCredentialKey.Resource Property

Definition

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

public:
 property System::String ^ Resource { System::String ^ get(); };
public:
 property Platform::String ^ Resource { Platform::String ^ get(); };
public string Resource { get; }
member this.Resource : string
Public ReadOnly Property Resource As String

Property Value

The credential resource name or URI.

Remarks

The resource is case-insensitive.

Applies to