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