LocalPendingChange.ItemType Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property ItemType As Byte
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public byte ItemType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property unsigned char ItemType {
unsigned char get ();
void set (unsigned char value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member ItemType : byte with get, set
function get ItemType () : byte
function set ItemType (value : byte)
Property Value
Type: System.Byte
Returns Byte.
.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.