entryPropertiesValue (property)

The Value of the OData entry element.

Syntax

- (NSString*)entryPropertiesValue:(int)entryPropertiesIndex;
- (void)setEntryPropertiesValue:(int)entryPropertiesIndex:(NSString*)newEntryPropertiesValue;
public func entryPropertiesValue(entryPropertiesIndex: Int32) throws -> String
public func setEntryPropertiesValue(entryPropertiesIndex: Int32, newEntryPropertiesValue: String) throws -> Void

Default Value

""

Remarks

The Value of the OData entry element.

The EntryPropertiesIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EntryPropertiesCount property.

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