ServicingJobDetail.OperationClass Property

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

Syntax

'Declaration
Public Property OperationClass As String
public string OperationClass { get; set; }
public:
property String^ OperationClass {
    String^ get ();
    void set (String^ value);
}
member OperationClass : string with get, set
function get OperationClass () : String 
function set OperationClass (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace