Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the different kinds of text content in Atom metadata.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration AtomTextConstructKind
'Usage
Dim instance As AtomTextConstructKind
public enum AtomTextConstructKind
public enum class AtomTextConstructKind
type AtomTextConstructKind
public enum AtomTextConstructKind
Members
Member name | Description | |
---|---|---|
Html | The html text. | |
Text | The plain text. | |
Xhtml | The xhtml text. |