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