adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationRecipient Class / Name Property


In This Topic
    Name Property (NotificationRecipient)
    In This Topic
    The name of the recipient.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Name As String
    [DataMember()]
    public string Name {get; set;}
    [DataMember()]
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also