ProfileDeleteProfile Method |
Deletes the profile.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Profile DeleteProfile(
string name
)
Public Shared Function DeleteProfile (
name As String
) As Profile
public:
static Profile^ DeleteProfile(
String^ name
)
static member DeleteProfile :
name : string -> Profile
Parameters
- name
- Type: SystemString
The name of the profile to be deleted.
Return Value
Type:
ProfileThe
Profile which has been deleted. If "Default" profile is requested for deleting, a
object will be returned because default profile is not allowed to be deleted.
See Also