AbstractMetadataIsUniqueMethodOfService Property |
Note: This API is now obsolete.
If there are no different Method (MethodName) in the same Service (ServiceName) => true,
Else false;
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [ObsoleteAttribute("IsUniqueMethodOfService is deprecated and should not be used.")]
public bool IsUniqueMethodOfService { get; }
<ObsoleteAttribute("IsUniqueMethodOfService is deprecated and should not be used.")>
Public ReadOnly Property IsUniqueMethodOfService As Boolean
Get
public:
[ObsoleteAttribute(L"IsUniqueMethodOfService is deprecated and should not be used.")]
property bool IsUniqueMethodOfService {
bool get ();
}
[<ObsoleteAttribute("IsUniqueMethodOfService is deprecated and should not be used.")>]
member IsUniqueMethodOfService : bool with get
Property Value
Type:
BooleanSee Also