ModuleSecurity.GetPolicyFromString Method

Gets policy ID from string
Public Function GetPolicyFromString( _ 
ByVal policyStr As String
) As Integer
This language is not supported or no code example is available.
public int GetPolicyFromString( 
string policyStr 
)
This language is not supported or no code example is available.

Parameters

policyStr
string

Policy name

Return Value

int

ID

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition