ServicingJobData.ServicingOperations Property
This is the set of ServicingOperations that must be run for this servicing job. They are executed in the order listed in the array. The operations are executed in a serialized manner, where the second operation will not start until the first operation finishes.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServicingOperations As String()
public string[] ServicingOperations { get; set; }
public:
property array<String^>^ ServicingOperations {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ServicingOperations : string[] with get, set
function get ServicingOperations () : String[]
function set ServicingOperations (value : String[])
Property Value
Type: array<System.String[]
Returns String.
.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.