[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Prüft ob die übergebene graphName contains property.

Namespace: DynamicNode.Persistence
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public bool ContainsProperty(
	string name
)
Visual Basic
Public Function ContainsProperty ( _
	name As String _
) As Boolean
F#
abstract ContainsProperty : 
        name:string -> bool 
override ContainsProperty : 
        name:string -> bool 

Parameters

name
Type: System..::..String
The graphName.

Return Value

true wenn die übergebene graphName contains property, sonst false.

Implements

IPropertyReader..::..ContainsProperty(String)

See Also