Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / MapOwnedItemBase Class / BaseName Property

In This Topic
    BaseName Property (MapOwnedItemBase)
    In This Topic
    Gets a one word description of the item type (e.g. "Layer"). Also used to automatically generate new items' names.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property BaseName As String
    public abstract string BaseName {get;}
    See Also