ProcessConfigurationService.GetAgileConfigurationOperation Property
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property GetAgileConfigurationOperation As TfsClientOperation
protected virtual TfsClientOperation GetAgileConfigurationOperation { get; }
protected:
virtual property TfsClientOperation^ GetAgileConfigurationOperation {
TfsClientOperation^ get ();
}
abstract GetAgileConfigurationOperation : TfsClientOperation with get
override GetAgileConfigurationOperation : TfsClientOperation with get
function get GetAgileConfigurationOperation () : TfsClientOperation
Property Value
Type: TfsClientOperation
Returns TfsClientOperation.
.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.
See Also
Reference
ProcessConfigurationService Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace