Class source
Class for the SOURCE property. The SOURCE property is used to provide the means by which applications knowledgable in the given directory service protocol can obtain additional or more up-to-date information from the directory service. See Section 6.1.3 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class source
Constructors
| Edit this page View Sourcesource()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public source()
source(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public source(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Specifies the parameters for the source.
Declaration
public sourceParameters parameters
Field Value
Type | Description |
---|---|
sourceParameters |
uri
URI of the source.
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |