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