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


In This Topic
    RecipientOID Property (NotificationRecipient)
    In This Topic
    The OID of the recipient, if notification should go to a predefined adTempus NotificationRecipient.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property RecipientOID As OID
    [DataMember()]
    public OID RecipientOID {get; set;}
    [DataMember()]
    public:
    property OID^ RecipientOID {
       OID^ get();
       void set (    OID^ value);
    }
    See Also