AUParameter.ValueStrings 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 an array that contains allowable localized value names for the parameter.
public virtual string[] ValueStrings { [Foundation.Export("valueStrings", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.ValueStrings : string[]
Property Value
String[]
An array that contains allowable localized value names for the parameter.
This value can be null
.
- Attributes