Show / Hide Table of Contents

Interface ISet

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ISet

Properties

DisplayName

Declaration
string DisplayName { get; set; }
Property Value
Type Description
System.String

Id

Declaration
ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Number

Declaration
int Number { get; set; }
Property Value
Type Description
System.Int32

Parameters

Declaration
int Parameters { get; set; }
Property Value
Type Description
System.Int32

Sessions

Declaration
int Sessions { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX