Configuration.Locations Eigenschap

Definitie

Hiermee haalt u de locaties op die in dit Configuration object zijn gedefinieerd.

public:
 property System::Configuration::ConfigurationLocationCollection ^ Locations { System::Configuration::ConfigurationLocationCollection ^ get(); };
public System.Configuration.ConfigurationLocationCollection Locations { get; }
member this.Locations : System.Configuration.ConfigurationLocationCollection
Public ReadOnly Property Locations As ConfigurationLocationCollection

Waarde van eigenschap

Een ConfigurationLocationCollection met de locaties die in dit Configuration object zijn gedefinieerd.

Opmerkingen

De Locations eigenschap is alleen van toepassing wanneer de HasFile eigenschap wordt geretourneerd true. Als deze configuratie alle instellingen overneemt of er geen locaties zijn gedefinieerd, wordt een lege verzameling geretourneerd.

Van toepassing op