다음을 통해 공유


ServicingStepLogEntry.EntryKind Property

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

Syntax

‘선언
Public Property EntryKind As ServicingStepLogEntryKind
    Get
    Set
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

.NET Framework Security

See Also

Reference

ServicingStepLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace