adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / LookupErrorMessage Property


In This Topic
    LookupErrorMessage Property
    In This Topic
    The error message if the lookup operation failed
    Syntax
    'Declaration
     
    
    <IgnoreDataMemberAttribute()>
    <XmlIgnoreAttribute()>
    Public ReadOnly Property LookupErrorMessage As String
    [IgnoreDataMember()]
    [XmlIgnore()]
    public string LookupErrorMessage {get;}
    [IgnoreDataMember()]
    [XmlIgnore()]
    public:
    property String^ LookupErrorMessage {
       String^ get();
    }
    See Also