SchemaAttrAttribute Class

Definition

Caution

This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.

Defines the attribute which is used to decorate a property for its corresponding attribute information.

public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SchemaAttrAttribute = class
    inherit Attribute
Public NotInheritable Class SchemaAttrAttribute
Inherits Attribute
Inheritance
SchemaAttrAttribute
Attributes

Constructors

SchemaAttrAttribute(Byte, String)
Obsolete.

Initializes a new instance of the SchemaAttrAttribute.

SchemaAttrAttribute(String)
SchemaAttrAttribute(String, String)

Initializes a new instance of the SchemaAttrAttribute.

Properties

NamespaceUri

Gets the Namespace Uri of the schema attribute.

Tag

Gets the tag name of the schema attribute.

Applies to