Class SingleSelectionMetadata
A class for manipulating a single selection metadata value.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class SingleSelectionMetadata : MetadataValue
Constructors
SingleSelectionMetadata(string)
Declaration
public SingleSelectionMetadata(string selectedValue = null)
Parameters
Type | Name | Description |
---|---|---|
string | selectedValue |
Properties
SelectedValue
The text value of a metadata field.
Declaration
public string SelectedValue { get; set; }
Property Value
Type | Description |
---|---|
string |