BCFieldPathDefinitionNameParts Property |
Gets the collection of name parts.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCCollection<BCFieldPathNamePart> NameParts { get; }
Public ReadOnly Property NameParts As BCCollection(Of BCFieldPathNamePart)
Get
public:
property BCCollection<BCFieldPathNamePart^>^ NameParts {
BCCollection<BCFieldPathNamePart^>^ get ();
}
member NameParts : BCCollection<BCFieldPathNamePart> with get
Property Value
Type:
BCCollectionBCFieldPathNamePartSee Also