- username
- A String representing the user name to delete.
- extraData
- User custom data.
| Visual Basic (Declaration) | |
|---|---|
<OperationContractAttribute()> Overridable Sub DeleteUser( _ ByVal username As String, _ ByVal extraData As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[OperationContractAttribute()] virtual void DeleteUser( string username, string extraData ) | |
| C++/CLI | |
|---|---|
[OperationContractAttribute()] virtual void DeleteUser( String^ username, String^ extraData ) | |
Parameters
- username
- A String representing the user name to delete.
- extraData
- User custom data.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code