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
- 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.