Method | Description | |
---|---|---|
Clone ( ) : |
Returns a clone of this object.
|
|
getID ( ) : System.String |
Returns the unique identifier of the operation.
|
Method | Description | |
---|---|---|
setID ( System newoid ) : void |
Resets the OID for the operation to a new value
|
Method | Description | |
---|---|---|
LdapExtendedOperation ( System oid, sbyte vals ) : System | ||
getValue ( ) : sbyte[] | ||
setValue ( sbyte newVals ) : void |
protected setID ( System newoid ) : void | ||
newoid | System | The new OID for the operation /// |
return | void |