StringEnum Constructor (String)
|
Initializes a new instance of the
StringEnum class
Namespace:
Aruba.Cloud.Common.Entities
Assembly:
Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected StringEnum(
string value
)
Protected Sub New (
value As String
)
protected:
StringEnum(
String^ value
)
new :
value : string -> StringEnumprotected function StringEnum(
value : String
)
Parameters
- value
- Type: SystemString
See Also