adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ServiceInfo Class / DisplayName Property


In This Topic
    DisplayName Property (ServiceInfo)
    In This Topic
    The display name of the service.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property DisplayName As String
    [DataMember()]
    public string DisplayName {get;}
    [DataMember()]
    public:
    property String^ DisplayName {
       String^ get();
    }
    See Also