[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Liest eine Eigenschaft als long.
Namespace: DynamicNode.PersistenceAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
long ReadPropertyAsInt64( string name, long def ) |
Visual Basic |
---|
Function ReadPropertyAsInt64 ( _ name As String, _ def As Long _ ) As Long |
F# |
---|
abstract ReadPropertyAsInt64 : name:string * def:int64 -> int64 |
Parameters
- name
- Type: System..::..String
Der Name der Eigenschaft.
- def
- Type: System..::..Int64
Der Standardwert.