Show / Hide Table of Contents

Class DataRunModel

Inheritance
System.Object
DataRunModel
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class DataRunModel : object

Constructors

| Improve this Doc View Source

DataRunModel(String, String)

Declaration
public DataRunModel(string KeyIn, string TextIn)
Parameters
Type Name Description
System.String KeyIn
System.String TextIn

Properties

| Improve this Doc View Source

Key

Declaration
public string Key { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Text

Declaration
public string Text { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX