DynamicValuesAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |