adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseAction Class / Name Property


In This Topic
    Name Property (ResponseAction)
    In This Topic
    Optional name for the action.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    [CanBeNull()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    If no Name is specified, a system-generated description based on the settings is returned by GetObjectDescription.
    See Also