ShelvesetNotification.Links Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Links As ReadOnlyCollection(Of VersionControlLink)
public ReadOnlyCollection<VersionControlLink> Links { get; }
public:
property ReadOnlyCollection<VersionControlLink^>^ Links {
ReadOnlyCollection<VersionControlLink^>^ get ();
}
member Links : ReadOnlyCollection<VersionControlLink> with get
function get Links () : ReadOnlyCollection<VersionControlLink>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<VersionControlLink>
Returns ReadOnlyCollection<T>.
.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.