CustomParameterStrongName Property |
Gets or sets the strong name of the component uses the parameter.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Guid StrongName { get; set; }
Public Property StrongName As Guid
Get
Set
public:
property Guid StrongName {
Guid get ();
void set (Guid value);
}
member StrongName : Guid with get, set
Property Value
Type:
Guid
the strong name of the component.
See Also