AtomTextConstruct.Kind Property
Gets or sets the kind of the text construct (plain text, html, xhtml).
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Kind As AtomTextConstructKind
Get
Set
'Usage
Dim instance As AtomTextConstruct
Dim value As AtomTextConstructKind
value = instance.Kind
instance.Kind = value
public AtomTextConstructKind Kind { get; set; }
public:
property AtomTextConstructKind Kind {
AtomTextConstructKind get ();
void set (AtomTextConstructKind value);
}
member Kind : AtomTextConstructKind with get, set
function get Kind () : AtomTextConstructKind
function set Kind (value : AtomTextConstructKind)
Property Value
Type: Microsoft.Data.OData.Atom.AtomTextConstructKind
The kind of the text construct.