Click or drag to resize

GHACapabilityAttribute Constructor

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

Initializes a new instance of the GHACapabilityAttribute class

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public GHACapabilityAttribute(
	string friendlyName = "",
	string category = ""
)

Parameters

friendlyName (Optional)
Type: SystemString

[Missing <param name="friendlyName"/> documentation for "M:GHASchema.Attributes.GHACapabilityAttribute.#ctor(System.String,System.String)"]

category (Optional)
Type: SystemString

[Missing <param name="category"/> documentation for "M:GHASchema.Attributes.GHACapabilityAttribute.#ctor(System.String,System.String)"]

See Also