ServiceModelConfigurationSection.AllowExeDefinition Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the allowExeDefinition attribute in the XML internal resource.

Namespace:  System.ServiceModel.Install.Configuration
Assembly:  System.ServiceModel.Install (in System.ServiceModel.Install.dll)

Syntax

'Declaration
Public Property AllowExeDefinition As String
    Get
    Set
'Usage
Dim instance As ServiceModelConfigurationSection
Dim value As String

value = instance.AllowExeDefinition

instance.AllowExeDefinition = value
public string AllowExeDefinition { get; set; }
public:
property String^ AllowExeDefinition {
    String^ get ();
    void set (String^ value);
}
function get AllowExeDefinition () : String
function set AllowExeDefinition (value : String)
member AllowExeDefinition : string with get, set

Property Value

Type: System.String
The allowExeDefinition attribute in the XML internal resource.

Remarks

This property can be used to deserialize the allowExeDefinition attribute in the XML internal resource. It is used during registration to set the attribute of the same name on the configuration section handler in the Machine.config configuration file.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

See Also

Reference

ServiceModelConfigurationSection Class

ServiceModelConfigurationSection Members

System.ServiceModel.Install.Configuration Namespace