propertyName (property)

This property shows the name of the DAV property sent to or received from the server.

Syntax

- (NSString*)propertyName:(int)propertyIndex;
- (void)setPropertyName:(int)propertyIndex:(NSString*)newPropertyName;
public func propertyName(propertyIndex: Int32) throws -> String
public func setPropertyName(propertyIndex: Int32, newPropertyName: String) throws -> Void

Default Value

""

Remarks

This property shows the name of the DAV property sent to or received from the server.

The PropertyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the PropertyCount property.

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