propertyValue (property)

This property shows the value of the DAV property.

Syntax

- (NSString*)propertyValue:(int)propertyIndex;
- (void)setPropertyValue:(int)propertyIndex:(NSString*)newPropertyValue;
public func propertyValue(propertyIndex: Int32) throws -> String
public func setPropertyValue(propertyIndex: Int32, newPropertyValue: String) throws -> Void

Default Value

""

Remarks

This property shows the value of the DAV property.

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]