Share via


TeamFoundationBaseRegistryService.GetValue Method

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

  Name Description
Public method GetValue<T>(TeamFoundationRequestContext, String) Retrieves the value for the specified path, converted to the type specified by T.
Public method GetValue(TeamFoundationRequestContext, String) Retrieves the value for the specified path.
Public method GetValue(TeamFoundationRequestContext, Identity, String)
Public method GetValue<T>(TeamFoundationRequestContext, Identity, String)
Public method GetValue(TeamFoundationRequestContext, Guid, String)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String)
Public method GetValue<T>(TeamFoundationRequestContext, String, T) Retrieves the value for the specified path, converted to the type specified by T.
Public method GetValue<T>(TeamFoundationRequestContext, Identity, String, T)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String, T)
Public method GetValue(TeamFoundationRequestContext, String, Boolean, String) GetValue will return the value for the specified path as a string.
Public method 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.
Public method GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String)
Public method GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T)
Public method GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T)

Top

See Also

Reference

TeamFoundationBaseRegistryService Class

Microsoft.TeamFoundation.Framework.Server Namespace