Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of authenticating credentials.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CredentialsType As BuildMachineCredentialsType
[DataMemberAttribute]
public BuildMachineCredentialsType CredentialsType { get; set; }
[DataMemberAttribute]
public:
property BuildMachineCredentialsType CredentialsType {
BuildMachineCredentialsType get ();
void set (BuildMachineCredentialsType value);
}
[<DataMemberAttribute>]
member CredentialsType : BuildMachineCredentialsType with get, set
function get CredentialsType () : BuildMachineCredentialsType
function set CredentialsType (value : BuildMachineCredentialsType)
Property Value
Type: Microsoft.TeamFoundation.Build.Hosting.BuildMachineCredentialsType
Returns BuildMachineCredentialsType.
.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.