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