Interface IHTMLLIElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLLIElement.html
public interface IHTMLLIElement : IHTMLElement, IElement, INode
- Inherited Members
Properties
Type
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLLIElement.html#getType-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLLIElement.html#setType-java.lang.String-
String Type { get; set; }
Property Value
Value
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLLIElement.html#getValue-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLLIElement.html#setValue-int-
int Value { get; set; }