Property attribute which flags the property that is bound to the resource address
            
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public sealed class IdentifierAttribute : Attribute  | 
| Visual Basic | 
|---|
Public NotInheritable Class IdentifierAttribute
	Inherits Attribute  | 
| Visual C++ | 
|---|
public ref class IdentifierAttribute sealed : public Attribute  | 
| F# | 
|---|
[<SealedAttribute>]
type IdentifierAttribute =  
    class
        inherit Attribute
    end | 
Inheritance Hierarchy
See Also