EnumObject.GetFixedStringProperty(String, Boolean) Method
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.
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