CatalogResource.ChangeType Property
Expresses the change that has occured on this item.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ChangeType As CatalogChangeType
public CatalogChangeType ChangeType { get; set; }
public:
property CatalogChangeType ChangeType {
CatalogChangeType get ();
void set (CatalogChangeType value);
}
member ChangeType : CatalogChangeType with get, set
function get ChangeType () : CatalogChangeType
function set ChangeType (value : CatalogChangeType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.CatalogChangeType
.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.