Class uritype
Class that contains information about a single URI.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class uritype
Fields
| Edit this page View SourceAny
Extention point for elements.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
displaytext
Displayable text. Optional.
Declaration
public string displaytext
Field Value
Type | Description |
---|---|
string |
modified
Contains information about the modification of the URI.
Declaration
public executiontype modified
Field Value
Type | Description |
---|---|
executiontype |
purpose
The value of the purpose element indicates the intended usage of the URI in the context of the conference. Optional.
Declaration
public string purpose
Field Value
Type | Description |
---|---|
string |
uri
Specifies the URI.
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |