DynamicValuesAttribute Class

Definition

Marks a parameter whose values are dynamically populated by a discovery operation at design time.

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)]
public sealed class DynamicValuesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)>]
type DynamicValuesAttribute = class
    inherit Attribute
Public NotInheritable Class DynamicValuesAttribute
Inherits Attribute
Inheritance
DynamicValuesAttribute
Attributes

Constructors

Name Description
DynamicValuesAttribute(String)

Initializes a new instance of the DynamicValuesAttribute class.

Properties

Name Description
OperationId

Gets the operation ID of the discovery method that provides dynamic values.

Applies to