entryPropertiesType (property)

The type of the OData schema property.

Syntax

- (NSString*)entryPropertiesType:(int)entryPropertiesIndex;
- (void)setEntryPropertiesType:(int)entryPropertiesIndex:(NSString*)newEntryPropertiesType;
public func entryPropertiesType(entryPropertiesIndex: Int32) throws -> String
public func setEntryPropertiesType(entryPropertiesIndex: Int32, newEntryPropertiesType: String) throws -> Void

Default Value

""

Remarks

The type of the OData schema property.

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]