The base class for attributes whose value is a relative or absolute URI identifier

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class RelativeOrAbsoluteIdentifierAttribute : Attribute
Visual Basic
Public Class RelativeOrAbsoluteIdentifierAttribute
	Inherits Attribute
Visual C++
public ref class RelativeOrAbsoluteIdentifierAttribute : public Attribute
F#
type RelativeOrAbsoluteIdentifierAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

See Also