messageId (property)

The message identifier for the next LDAP request.

Syntax

@property (nonatomic,readwrite,assign,getter=messageId,setter=setMessageId:) int messageId;
- (int)messageId;
- (void)setMessageId:(int)newMessageId;
public var messageId: Int32 {
  get {...}
set {...} }

Default Value

1

Remarks

This property contains the message identifier for the next LDAP request. If a custom value is needed, this property must be set before calling any other methods. The class increments this property automatically after each request.

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