resultDescription (property)

The descriptive text returned in the last server response (if any).

Syntax

@property (nonatomic,readonly,assign,getter=resultDescription) NSString* resultDescription;
- (NSString*)resultDescription;
public var resultDescription: String {
  get {...}
}

Default Value

""

Remarks

This property contains the descriptive text returned in the last server response (if any). This is identical to the corresponding parameter provided by the last Result, SearchResult, or SearchComplete event.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]