ServicingJobDetail.OperationClass Property

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

Syntax

'宣言
Public Property OperationClass As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Server Namespace