SafeEnum<TEnum>(Object, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SafeEnum(System::Object ^ component, System::String ^ propertyName);
public SafeEnum (object component, string propertyName);
new Microsoft.IdentityServer.PolicyModel.Configuration.SafeEnum<'Enum (requires 'Enum : struct)> : obj * string -> Microsoft.IdentityServer.PolicyModel.Configuration.SafeEnum<'Enum (requires 'Enum : struct)>
Public Sub New (component As Object, propertyName As String)
Parameters
- component
- Object
- propertyName
- String