ConfigProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ConfigProperties
public class ConfigProperties
type ConfigProperties = class
Public Class ConfigProperties
Inheritance
Constructors
Methods
Extract(XmlDocument, String, String)
ExtractBool(XmlDocument, String)
ExtractConfigDom(IPropertyBag)
ExtractConfigDomImpl(IPropertyBag, Boolean)
ExtractImpl(XmlDocument, String, Boolean, String)
ExtractInt(XmlDocument, String)
ExtractLong(XmlDocument, String)
ExtractPollingInterval(XmlDocument)
IfExistsExtract(XmlDocument, String, String)
IfExistsExtractBool(XmlDocument, String, Boolean)
IfExistsExtractConfigDom(IPropertyBag)
IfExistsExtractInt(XmlDocument, String, Int32)
IfExistsExtractLong(XmlDocument, String, Int64)
IfExistsExtractUInt(XmlDocument, String, UInt32)
IfNotEmptyExtract(XmlDocument, String, Boolean, String)
Applies to