CombinatorialValuesAttribute.Values Property
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.
Gets the values that should be passed to this parameter.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]
public object?[] Values { get; }
public object?[] Values { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]
member this.Values : obj[]
member this.Values : obj[]
Public ReadOnly Property Values As Object()
Property Value
- Attributes