Class CipAttribute
Class that represents an attribute.
Inheritance
System.Object
CipAttribute
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Parsing.CipFiles.Models
Assembly: Fibula.Parsing.CipFiles.dll
Syntax
public class CipAttribute : IParsedAttribute
Properties
| Improve this Doc View SourceName
Gets or sets the attribute's name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the attribute's value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |