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


In This Topic
    MessagingServiceProviderOID Property (NotificationRecipient)
    In This Topic
    The OID of the Messaging Service Provider to use, if the message should be routed through a specific provider.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property MessagingServiceProviderOID As OID
    [DataMember()]
    public OID MessagingServiceProviderOID {get; set;}
    [DataMember()]
    public:
    property OID^ MessagingServiceProviderOID {
       OID^ get();
       void set (    OID^ value);
    }
    See Also