Creates a new instance of the PropertyType attribute

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

Syntax

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

Parameters

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

See Also