TeamFoundationServiceHostProperties.ServicingDetails Property

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

Syntax

'Declaration
Public Property ServicingDetails As List(Of ServicingJobDetail)
public List<ServicingJobDetail> ServicingDetails { get; internal set; }
public:
property List<ServicingJobDetail^>^ ServicingDetails {
    List<ServicingJobDetail^>^ get ();
    internal: void set (List<ServicingJobDetail^>^ value);
}
member ServicingDetails : List<ServicingJobDetail> with get, internal set
function get ServicingDetails () : List<ServicingJobDetail>
internal function set ServicingDetails (value : List<ServicingJobDetail>)

Property Value

Type: System.Collections.Generic.List<ServicingJobDetail>
Returns List<T>.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace