adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationRecipient Interface / Name Property


In This Topic
    Name Property (INotificationRecipient)
    In This Topic
    The name of the recipient.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    ReadOnly Property Name As String
    [CanBeNull()]
    string Name {get;}
    [CanBeNull()]
    property String^ Name {
       String^ get();
    }
    See Also