'
Show / Hide Table of Contents

Class AttributeValueModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

AttributeID

Type: Guid. The ID of the attribute.

Declaration
public Guid AttributeID { get; set; }
Property Value
Type Description
System.Guid

Values

Type: String[]. The list of values for the attribute.

Declaration
public List<string> Values { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
Back to top Generated by DocFX