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

In This Topic
    Name Property (NotificationRecipient)
    In This Topic
    The name of the recipient
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Name As String
    [CanBeNull()]
    public string Name {get; set;}
    Remarks

    For a NotificationIndividual this is the display name used in email messages

    See Also