attrValue (property)

The attribute value.

Syntax

- (NSString*)attrValue:(int)attrIndex;
- (void)setAttrValue:(int)attrIndex:(NSString*)newAttrValue;

- (NSData*)attrValueB:(int)attrIndex; - (void)setAttrValueB:(int)attrIndex:(NSData*)newAttrValue;
public func attrValue(attrIndex: Int32) throws -> String
public func setAttrValue(attrIndex: Int32, newAttrValue: String) throws -> Void
public func attrValueB(attrIndex: Int32) throws -> Data
public func setAttrValueB(attrIndex: Int32, newAttrValue: Data) throws -> Void

Default Value

""

Remarks

The attribute value.

The AttrIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AttrCount property.

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