Share via


ShelvesetNotification.Links Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public ReadOnly Property Links As ReadOnlyCollection(Of VersionControlLink)
    Get
public ReadOnlyCollection<VersionControlLink> Links { get; }
public:
property ReadOnlyCollection<VersionControlLink^>^ Links {
    ReadOnlyCollection<VersionControlLink^>^ get ();
}
member Links : ReadOnlyCollection<VersionControlLink>
function get Links () : ReadOnlyCollection<VersionControlLink>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<VersionControlLink>

.NET Framework Security

See Also

Reference

ShelvesetNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace