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