Creates a new instance of the InversePropertyType attribute

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

Syntax

C#
public InversePropertyTypeAttribute(
	string relativeOrAbsoluteUri
)
Visual Basic
Public Sub New ( 
	relativeOrAbsoluteUri As String
)
Visual C++
public:
InversePropertyTypeAttribute(
	String^ relativeOrAbsoluteUri
)
F#
new : 
        relativeOrAbsoluteUri : string -> InversePropertyTypeAttribute

Parameters

relativeOrAbsoluteUri
Type: System..::..String
The relative or absolute URI that specifies the property type for the inverse arc

See Also