ActivityLogEntry.AuthenticationType Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property AuthenticationType As String
public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
    String^ get ();
    void set (String^ value);
}
member AuthenticationType : string with get, set
function get AuthenticationType () : String 
function set AuthenticationType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ActivityLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace