Used to decorate a property that provides a relative URI identifier for an entity

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

Syntax

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

Parameters

baseAddress
Type: System..::..String
The base URI that is used to resolve the relative identifier to a full URI

See Also