ItemModel.IsSymbolicLink Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "isSymLink", EmitDefaultValue := False)> _
Public Property IsSymbolicLink As Boolean
[DataMemberAttribute(Name = "isSymLink", EmitDefaultValue = false)]
public bool IsSymbolicLink { get; set; }
[DataMemberAttribute(Name = L"isSymLink", EmitDefaultValue = false)]
public:
property bool IsSymbolicLink {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSymLink", EmitDefaultValue = false)>]
member IsSymbolicLink : bool with get, set
function get IsSymbolicLink () : boolean
function set IsSymbolicLink (value : boolean)
Property Value
Type: System.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace