ShelvesetNotification.ShelvedItems Property

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

Syntax

'Declaration
Public ReadOnly Property ShelvedItems As IEnumerable(Of String)
public IEnumerable<string> ShelvedItems { get; }
public:
property IEnumerable<String^>^ ShelvedItems {
    IEnumerable<String^>^ get ();
}
member ShelvedItems : IEnumerable<string> with get
function get ShelvedItems () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

ShelvesetNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace