Click or drag to resize

StringNode Properties

The StringNode type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gives the Data Type Uri for the Literal (if it exists) or a null.
(Inherited from BaseLiteralNode.)
Public propertyEffectiveType
Gets the URI of the datatype this valued node represents as a String.
Public propertyGraph
Nodes belong to a Graph.
(Inherited from BaseNode.)
Public propertyGraphUri
Gets/Sets the Graph Uri of the Node.
(Inherited from BaseNode.)
Public propertyLanguage
Gives the Language Specifier for the Literal (if it exists) or the Empty String.
(Inherited from BaseLiteralNode.)
Public propertyNodeType
Nodes have a Type.
(Inherited from BaseNode.)
Public propertyNumericType
Gets the numeric type of the expression.
Public propertyValue
Gives the String Value of the Literal.
(Inherited from BaseLiteralNode.)
Top
See Also