LocalPathLinkBox.IsLink Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property IsLink As Boolean
public bool IsLink { get; set; }
public:
property bool IsLink {
bool get ();
void set (bool value);
}
member IsLink : bool with get, set
function get IsLink () : boolean
function set IsLink (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.