FreeTextPromptBehaviourServerSetting.GetValue Method

Gets the corresponding FreeTextPromptBehaviourValue value, based on a given string value. Defaults to FreeTextPromptBehaviourValue.ExcludeCADPublishing if the value is invalid.
Public Shared Function GetValue( _ 
ByVal value As String
) As FreeTextPromptBehaviourValue
This language is not supported or no code example is available.
public static FreeTextPromptBehaviourValue GetValue( 
string value 
)
This language is not supported or no code example is available.
public:  
static FreeTextPromptBehaviourValue GetValue( 
String^ value 
)
This language is not supported or no code example is available.
public static function GetValue( 
value : String 
) : FreeTextPromptBehaviourValue;
This language is not supported or no code example is available.

Parameters

value
string

<default>

Return Value

FreeTextPromptBehaviourValue

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition