Share via


IdentityManagementWebService2.SetCustomDisplayName Method

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.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

.NET Framework Security

See Also

Reference

IdentityManagementWebService2 Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace