OptionMetadata.ParentValues 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.
public:
property cli::array <int> ^ ParentValues { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
[System.Runtime.Serialization.DataMember(Order=91)]
public int[] ParentValues { get; set; }
[<System.Runtime.Serialization.DataMember(Order=91)>]
member this.ParentValues : int[] with get, set
Public Property ParentValues As Integer()
Property Value
Int32[]
- Attributes