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

Name Description
RunspaceConfigurationTypeAttribute(String)

Initiate an instance of RunspaceConfigurationTypeAttribute.

Properties

Name Description
RunspaceConfigurationType

Get runspace configuration type

Applies to