Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| .gif) | GetValue<T>(TeamFoundationRequestContext, String) | Retrieves the value for the specified path, converted to the type specified by T. | 
| .gif) | GetValue(TeamFoundationRequestContext, String) | Retrieves the value for the specified path. | 
| .gif) | GetValue(TeamFoundationRequestContext, Identity, String) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Identity, String) |  | 
| .gif) | GetValue(TeamFoundationRequestContext, Guid, String) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Guid, String) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, String, T) | Retrieves the value for the specified path, converted to the type specified by T. | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Identity, String, T) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Guid, String, T) |  | 
| .gif) | GetValue(TeamFoundationRequestContext, String, Boolean, String) | GetValue will return the value for the specified path as a string. | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) | GetValue<T>() will retrieve the value for the specified path. It will then be converted to the type specified by T. | 
| .gif) | GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T) |  | 
| .gif) | GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String) |  | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T) |  | 
Top
See Also
Reference
TeamFoundationBaseRegistryService Class
Microsoft.TeamFoundation.Framework.Server Namespace