MediaGatewayConfigConfigElements Property |
Returns the added configuration elements list.
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IEnumerable<ConfigurationElement> ConfigElements { get; }
Public ReadOnly Property ConfigElements As IEnumerable(Of ConfigurationElement)
Get
public:
property IEnumerable<ConfigurationElement^>^ ConfigElements {
IEnumerable<ConfigurationElement^>^ get ();
}
member ConfigElements : IEnumerable<ConfigurationElement> with get
Property Value
Type:
IEnumerableConfigurationElementSee Also