Table of Contents

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

Name string
Value string

Properties

Name

public string Name { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string