Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.