ISectionLink.Link Property
Gets or sets the link as a string. This value is usually a valid Uri, but may also be file path depending on the link type.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Property Link As String
string Link { get; set; }
property String^ Link {
String^ get ();
void set (String^ value);
}
abstract Link : string with get, set
function get Link () : String
function set Link (value : String)
Property Value
Type: System.String
Returns String.
.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.