Class BooleanMetadata
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class BooleanMetadata : MetadataValue
Constructors
BooleanMetadata(bool)
Declaration
public BooleanMetadata(bool value = false)
Parameters
Type | Name | Description |
---|---|---|
bool | value |
Properties
Value
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
bool |