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


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