Click or drag to resize

GHAEnumAttribute Class

[This is preliminary documentation and is subject to change.]

Specifies that the decorated enumeration can be shared across the GHA Web service
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAEnumAttribute

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public class GHAEnumAttribute : Attribute

The GHAEnumAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAEnumAttribute
Initializes a new instance of the GHAEnumAttribute class
Top
Properties
  NameDescription
Public propertyFriendlyName
Optional friendly name to use in-lieu of the given name of the enumeration
Top
See Also