Click or drag to resize

GHAExcludeFromContainsAttribute Class

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

Declares a class exempt from the GHAContains attribute. Normally used with IGHADevices that should not appear in the New list under the Devices root. An exception can be made for a particular class to override the exclusion
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAExcludeFromContainsAttribute

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class GHAExcludeFromContainsAttribute : Attribute

The GHAExcludeFromContainsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAExcludeFromContainsAttribute
Initializes a new instance of the GHAExcludeFromContainsAttribute class
Top
Properties
  NameDescription
Public propertyExceptFrom
Class to exclude from standard containment processing
Top
See Also