OptionsManagerGetOptionByKey Method

Get Managed Option by key.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute]
public ManagedOption GetOptionByKey(
	string key
)

Parameters

key  String

Return Value

ManagedOption

See Also