NamespaceCollection.N, T..ContainsNamespace Method
Determines whether the specified name contains namespace.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool ContainsNamespace(
string name
)
VB
Public Function ContainsNamespace (
name As String
) As Boolean
Parameters
name |
Type: System.String |
Return Value
Type: Boolean
true if the specified name contains
namespace; otherwise, false.