Novell.Directory.Ldap.LdapExtendedOperation.setID C# (CSharp) Method

setID() protected method

Resets the OID for the operation to a new value
protected setID ( System newoid ) : void
newoid System The new OID for the operation ///
return void
        protected internal virtual void setID(System.String newoid)
        {
            this.oid = newoid;
            return ;
        }