Gets the collection of name parts.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCCollection<BCFieldPathNamePart> NameParts { get; }
Visual Basic
Public ReadOnly Property NameParts As BCCollection(Of BCFieldPathNamePart)
	Get
Visual C++
public:
property BCCollection<BCFieldPathNamePart^>^ NameParts {
	BCCollection<BCFieldPathNamePart^>^ get ();
}

See Also