ServicingStepLogEntry.EntryKindDataTransfer Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property EntryKindDataTransfer As Integer
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public int EntryKindDataTransfer { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property int EntryKindDataTransfer {
    int get ();
    void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member EntryKindDataTransfer : int with get, set
function get EntryKindDataTransfer () : int 
function set EntryKindDataTransfer (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ServicingStepLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace