C-DEngine 5.105

TheNMIEngine..::..IsCDEProperty Method (String)

Returns true if the given property name is a well known C-DEngine property that should not be translated

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsCDEProperty(
	string name
)
Public Shared Function IsCDEProperty ( _
	name As String _
) As Boolean
public:
static bool^ IsCDEProperty(
	String^ name
)

Parameters

name
Type: String

Return Value