EnumObject.GetFixedStringProperty(String, Boolean) Method

Definition

get a fixed ( with known value from filter ) property of type string

protected string GetFixedStringProperty (string propertyName, bool removeEscape);
member this.GetFixedStringProperty : string * bool -> string
Protected Function GetFixedStringProperty (propertyName As String, removeEscape As Boolean) As String

Parameters

propertyName
String

name of the property requested

removeEscape
Boolean

replace double quotes with one single quote

Returns

Applies to