RequestDataProfile Property |
Gets the profile used for the request data
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Profile Profile { get; }
Public ReadOnly Property Profile As Profile
Get
public:
property Profile^ Profile {
Profile^ get ();
}
member Profile : Profile with get
Property Value
Type:
Profile
The profile
See Also