| AttributeValueQuote Enumeration | 
            An Enum representing different types of Quotes used for surrounding attribute values
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic enum AttributeValueQuote
Public Enumeration AttributeValueQuote
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | SingleQuote | 0 | 
            A single quote mark '
             | 
 | DoubleQuote | 1 | 
            A double quote mark "
             | 
See Also