UpdatePackageHistoryEntry.KB Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

UpdatePackageHistoryEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace