Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ReadFilteredIdentities is used to retrieve a set of identities based on an expression. The expression is a syntax that resembles a SQL WHERE clause. For full details on the expressions capabilities see documentation on the QueryExpression class.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetCustomDisplayName ( _
customDisplayName As String _
)
[WebMethodAttribute]
public void SetCustomDisplayName(
string customDisplayName
)
[WebMethodAttribute]
public:
void SetCustomDisplayName(
String^ customDisplayName
)
[<WebMethodAttribute>]
member SetCustomDisplayName :
customDisplayName:string -> unit
public function SetCustomDisplayName(
customDisplayName : String
)
Parameters
- customDisplayName
Type: System.String
.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.