IdentityManagementWebService2.SetCustomDisplayName Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.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
- 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.
See Also
Reference
IdentityManagementWebService2 Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace