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
- 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.