Interface IProperty
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IProperty
Properties
Category
Declaration
string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsReadOnly
Declaration
bool IsReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeAssemblyQualifiedName
Declaration
string TypeAssemblyQualifiedName { get; set; }
Property Value
Type |
Description |
System.String |
|