ServicingStepLogEntry.EntryKind Property

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

Syntax

'Declaration
Public Property EntryKind As ServicingStepLogEntryKind
public ServicingStepLogEntryKind EntryKind { get; set; }
public:
property ServicingStepLogEntryKind EntryKind {
    ServicingStepLogEntryKind get ();
    void set (ServicingStepLogEntryKind value);
}
member EntryKind : ServicingStepLogEntryKind with get, set
function get EntryKind () : ServicingStepLogEntryKind 
function set EntryKind (value : ServicingStepLogEntryKind)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.ServicingStepLogEntryKind
Returns ServicingStepLogEntryKind.

.NET Framework Security

See Also

Reference

ServicingStepLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace