ServicingOperationInfo.OperationType Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property OperationType As ServicingOperationType
public ServicingOperationType OperationType { get; set; }
public:
property ServicingOperationType OperationType {
ServicingOperationType get ();
void set (ServicingOperationType value);
}
member OperationType : ServicingOperationType with get, set
function get OperationType () : ServicingOperationType
function set OperationType (value : ServicingOperationType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperationType
Returns ServicingOperationType.
.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.