RunspaceConfigurationTypeAttribute Class

Definition

Define the class for runspace configuration type attribute.

public ref class RunspaceConfigurationTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public sealed class RunspaceConfigurationTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type RunspaceConfigurationTypeAttribute = class
    inherit Attribute
Public NotInheritable Class RunspaceConfigurationTypeAttribute
Inherits Attribute
Inheritance
RunspaceConfigurationTypeAttribute
Attributes

Constructors

RunspaceConfigurationTypeAttribute(String)

Initiate an instance of RunspaceConfigurationTypeAttribute.

Properties

RunspaceConfigurationType

Get runspace configuration type

Applies to