Share via


CatalogData.LocationServiceLastChangeId Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

CatalogData Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace