VssCredentials.PromptType Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property PromptType As CredentialPromptType
public CredentialPromptType PromptType { get; set; }
public:
property CredentialPromptType PromptType {
CredentialPromptType get ();
void set (CredentialPromptType value);
}
member PromptType : CredentialPromptType with get, set
function get PromptType () : CredentialPromptType
function set PromptType (value : CredentialPromptType)
Property Value
Type: Microsoft.VisualStudio.Services.Common.CredentialPromptType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.