OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / PriceSetBase Class / InternalName Property



In This Topic
    InternalName Property
    In This Topic
    The internal name of this PriceSet.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("")>
    Public ReadOnly Property InternalName As String
    'Usage
     
    
    Dim instance As PriceSetBase
    Dim value As String
     
    value = instance.InternalName
    [DataMember(false)]
    [DisplayName("")]
    public string InternalName {get;}
    [DataMember(false)]
    [DisplayName("")]
    public:
    property String^ InternalName {
       String^ get();
    }
    Remarks
    This field is read-only and cannot be directly modified.

    Alternatively known as the 'internal name'.
    Used as the name to be displayed within OnTime 360, and is not visible to the public (e.g. Customers).
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also