Udostępnij za pośrednictwem


ExtendedApplicationProvider.ConfigValue Property

Gets the collection of configuration attributes in the configuration node.

Namespace: Microsoft.Uii.Csr.Providers
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ExtendedApplicationProvider
Dim value As NameValueCollection

value = instance.ConfigValue

Syntax

'Declaration
Public ReadOnly Property ConfigValue As NameValueCollection
public NameValueCollection ConfigValue { get; }
public:
property NameValueCollection^ ConfigValue {
    NameValueCollection^ get ();
}
/** @property */
public NameValueCollection get_ConfigValue ()
public function get ConfigValue () : NameValueCollection

Property Value

Type: NameValueCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ExtendedApplicationProvider Class
ExtendedApplicationProvider Members
Microsoft.Uii.Csr.Providers Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.