Retrieves the value of the enum property
public bool GetEnum<T>(string name, ref T value)
where T : System.Enum;
Constraints System.Enum
name
System.String
value
T
System.Boolean
true
on success
Retrieves the value of the enum property
public bool GetEnum<T>(string name, ref T value)
where T : System.Enum;
Constraints System.Enum
name
System.String
value
T
System.Boolean
true
on success