Class CustomAttribute
- Namespace
- Autodesk.ACC.FileManagement.Helpers.Models
- Assembly
- Autodesk.ACC.FileManagement.dll
public record CustomAttribute : IEquatable<CustomAttribute>
- Inheritance
-
CustomAttribute
- Implements
- Inherited Members
Constructors
CustomAttribute(string, string)
public CustomAttribute(string Name, string Value)
Parameters
Properties
Name
public string Name { get; init; }
Property Value
Value
public string Value { get; init; }