ProxyInfo.Flags Property
Gets the flags for this proxy server record.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Flags As ProxyFlags
public ProxyFlags Flags { get; }
public:
property ProxyFlags Flags {
ProxyFlags get ();
}
member Flags : ProxyFlags with get
function get Flags () : ProxyFlags
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.ProxyFlags
The flags for this proxy server record.
.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.